代码搜索:Verilog
找到约 10,000 项符合「Verilog」的源代码
代码结果 10,000
www.eeworm.com/read/265642/11259265
_prj fosc._prj
insert `timescale 1ns/1ns
include
include fosc.v
include d:/Xilinx_WebPACK/verilog/src/iSE/unisim_comp.v
www.eeworm.com/read/265641/11259338
_prj traffic._prj
insert `timescale 1ns/1ns
include
include traffic.v
include d:/Xilinx_WebPACK/verilog/src/iSE/unisim_comp.v
www.eeworm.com/read/265641/11259389
npl traffic.npl
JDF E
// Created by ISE ver 1.0
PROJECT traffic
DESIGN traffic Normal
DEVKIT XC95108 PC84
DEVFAM xc9500
FLOW XST Verilog
MODULE traffic.v
MODSTYLE traffic2 Normal
[STRATEGY-LIST]
Normal=Tr
www.eeworm.com/read/265632/11259457
_prj ledwater._prj
insert `timescale 1ns/1ns
include
include ledwater.v
include d:/Xilinx_WebPACK/verilog/src/iSE/unisim_comp.v
www.eeworm.com/read/248342/12581977
qmsg cmp.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus II " "Info:
www.eeworm.com/read/248342/12582805
qmsg encode.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus II " "Info:
www.eeworm.com/read/248071/12603759
exe shift_r.exe
function verilog_right_shift(val: Bit_Vector; n: integer)
return Bit_Vector is
variable result: Bit_Vector ( 0 to (val'length -1));
begin
result:=val;
if (val'length > n) then
for i in
www.eeworm.com/read/334413/12603762
qmsg uart_receive.tan.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/248071/12603763
exe shift_l.exe
function verilog_left_shift(val: Bit_Vector; n: integer)
return Bit_Vector is
variable result: Bit_Vector ( 0 to (val'length -1));
begin
result:=val;
if (val'length > n) then
for i in
www.eeworm.com/read/334413/12604000
qmsg uart_receive.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I