代码搜索:verilog hdl 是什么?
找到约 10,000 项符合「verilog hdl 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/303288/13818634
hif reset.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
38
2265
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Path
www.eeworm.com/read/303148/13820937
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity glbl is
generic(
ROC_WIDTH : integer := 100000;
TOC_WIDTH : integer := 0
);
end glbl;
www.eeworm.com/read/302523/13833302
qmsg lin.tan.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer " "Info: Running Quartus
www.eeworm.com/read/152448/5673826
makefile
all: sim
SHELL = /bin/sh
#MS=-s
##########################################################################
#
# DUT Sources
#
#########################################################################
www.eeworm.com/read/151353/5683662
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity main_test is
port(
clk : out vl_logic;
reset : out vl_logic
);
end main_test;
www.eeworm.com/read/150939/5687742
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity glbl is
generic(
roc_width : integer := 100000;
toc_width : integer := 0
);
end glbl;
www.eeworm.com/read/148751/5708853
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity alu is
port(
clk : in vl_logic;
a : in vl_logic_vector(7 downto 0);
b : in
www.eeworm.com/read/146593/5736620
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity m3s011br is
port(
clk : in vl_logic;
nrst : in vl_logic;
ccr : in vl_logic_
www.eeworm.com/read/146593/5736628
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity mi2c is
port(
clk : in vl_logic;
nrst : in vl_logic;
a : in vl_logic_vect
www.eeworm.com/read/143056/5759340
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity glbl is
generic(
ROC_WIDTH : integer := 100000;
TOC_WIDTH : integer := 0
);
end glbl;