代码搜索:verilog hdl 是什么?
找到约 10,000 项符合「verilog hdl 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/17677/753725
doc 第 6讲 用verilog.做cpld的设计doc.doc
www.eeworm.com/read/391328/8408628
htm the mathworks deutschland - filter design toolbox - implementing the filter chain of a digital down-converter in hdl demo.htm
www.eeworm.com/read/356184/10235291
pdf 编写测试平台-hdl模型的功能验证(中文版,第二版).pdf
www.eeworm.com/read/245297/12806028
mif rom0_cf_fft_2048_18_14_9e57a8c5.hdl.mif
-- begin_signature
-- cf_fft_2048_18_14
-- end_signature
WIDTH=36;
DEPTH=32;
ADDRESS_RADIX=UNS;
DATA_RADIX=BIN;
CONTENT BEGIN
31 : 100000001001110111111100110111010000;
30 : 10000010011
www.eeworm.com/read/245297/12806086
mif rom0_cf_fft_2048_18_16_9e57a8c7.hdl.mif
-- begin_signature
-- cf_fft_2048_18_16
-- end_signature
WIDTH=36;
DEPTH=64;
ADDRESS_RADIX=UNS;
DATA_RADIX=BIN;
CONTENT BEGIN
63 : 100000000010011101111110011011100000;
62 : 10000000100
www.eeworm.com/read/245297/12806132
mif rom0_cf_fft_2048_18_18_9e57a8c1.hdl.mif
-- begin_signature
-- cf_fft_2048_18_18
-- end_signature
WIDTH=36;
DEPTH=128;
ADDRESS_RADIX=UNS;
DATA_RADIX=BIN;
CONTENT BEGIN
127 : 100000000000100111111111001101101111;
126 : 10000000
www.eeworm.com/read/17013/708010
mht 第2节 hdl代码输入 -与非网专题: fpga开发实用教程.mht
www.eeworm.com/read/443266/1751366
js share.js
Event.startup = function(obj, evt, hdl)
{
if (obj.attachEvent)
{
obj.attachEvent("on" + evt, hdl);
}
else if (obj.addEventListener)
{
obj.addEventListener(e