代码搜索:VHDL
找到约 10,000 项符合「VHDL」的源代码
代码结果 10,000
www.eeworm.com/read/440838/7114785
txt vhdl2vl.txt
VHDL to Verilog RTL transformer
In 1.0 version ,
some functions restricted, as follows:
1: not all support "Generate" statement,totally not support "if .. Generate "
2: Comment in vhdl may have
www.eeworm.com/read/440838/7114799
dll vhdl2vl.dll
www.eeworm.com/read/202633/7124995
prj can_top_vhdl.prj
www.eeworm.com/read/202633/7124998
prj can_registers_vhdl.prj
www.eeworm.com/read/202633/7125052
prj can_fifo_vhdl.prj
www.eeworm.com/read/210238/7127342
vhdl fpq01ms.vhdl
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/210238/7127415
vhdl fpq10ms.vhdl
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/431705/7132963
pl tb_gen_vhdl.pl
#! /usr/local/ActivePerl-5.6/bin/perl
$0 =~ /[\w\.]+$/ and $script_name = $&;
$filename = $ARGV[0] or ( $filename = (glob "*.vhd")[0] );
$filename or die "Please specify a VHDL filename\n\n $s
www.eeworm.com/read/172656/7139168