URL
https://opencores.org/ocsvn/pltbutils/pltbutils/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 15 |
Rev 40 |
Line 46... |
Line 46... |
---- from http://www.opencores.org/lgpl.shtml ----
|
---- from http://www.opencores.org/lgpl.shtml ----
|
---- ----
|
---- ----
|
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
library ieee;
|
library ieee;
|
use ieee.std_logic_1164.all;
|
use ieee.std_logic_1164.all;
|
|
use work.pltbutils_func_pkg.all;
|
|
|
entity tc_example is
|
entity tc_example is
|
generic (
|
generic (
|
G_WIDTH : integer := 8;
|
G_WIDTH : integer := 8;
|
G_DISABLE_BUGS : integer range 0 to 1 := 0
|
G_DISABLE_BUGS : integer range 0 to 1 := 0
|
);
|
);
|
port (
|
port (
|
|
pltbs : out pltbs_t;
|
clk : in std_logic;
|
clk : in std_logic;
|
rst : out std_logic;
|
rst : out std_logic;
|
carry_in : out std_logic;
|
carry_in : out std_logic;
|
x : out std_logic_vector(G_WIDTH-1 downto 0);
|
x : out std_logic_vector(G_WIDTH-1 downto 0);
|
y : out std_logic_vector(G_WIDTH-1 downto 0);
|
y : out std_logic_vector(G_WIDTH-1 downto 0);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.