代码搜索:Verilog
找到约 10,000 项符合「Verilog」的源代码
代码结果 10,000
www.eeworm.com/read/347114/11693549
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity hcstratix_asynch_lcell is
generic(
operation_mode : string := "normal";
sum_lutc_input : string := "datac";
lut_mask
www.eeworm.com/read/347114/11693613
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity and1 is
port(
\Y\ : out vl_logic;
\IN1\ : in vl_logic
);
end and1;
www.eeworm.com/read/347114/11693864
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity \NAND1\ is
generic(
\TPD\ : integer := 0
);
port(
\Y\ : out vl_logic;
\IN1\ : i
www.eeworm.com/read/347114/11694120
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity \FILTER\ is
port(
\Y\ : out vl_logic;
\IN1\ : in vl_logic
);
end \FILTER\;
www.eeworm.com/read/347114/11694224
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity \RISEFALL\ is
port(
\Y\ : out vl_logic;
\IN1\ : in vl_logic
);
end \RISEFALL\;
www.eeworm.com/read/347114/11694501
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity \NOR1\ is
generic(
\TPD\ : integer := 0
);
port(
\Y\ : out vl_logic;
\IN1\ : in
www.eeworm.com/read/347114/11694544
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity \DELAY\ is
generic(
\TPD\ : integer := 0
);
port(
\Y\ : out vl_logic;
\IN1\ : i
www.eeworm.com/read/347114/11694565
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity \INV\ is
generic(
\TPD\ : integer := 0
);
port(
\Y\ : out vl_logic;
\IN1\ : in
www.eeworm.com/read/260834/11699198
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity sbox is
port(
sout : out vl_logic_vector(0 to 7);
sin : in vl_logic_vector(0 to 7)
);
end sbox;
www.eeworm.com/read/260834/11699244
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity sms4_de_ori_test is
end sms4_de_ori_test;