⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 Gold Code Generators in Virtex Devices
💻 TXT
字号:
---------------------------------------------------------
-       Readme for VHDL and Verilog source code         -
---------------------------------------------------------

The design was targeted to a V50-6BG256 device.
Exemplar Spectrum, Synplicity Synplify and Synopsys
FPGA Express all synthesize this code properly.


---------------------------------------------------------
- VHDL							-
---------------------------------------------------------

Files Hierarchy:
	vhd_top.vhd (Top-level)
	vhd_suba.vhd (Implementation of one LFSR)
	vhd_subb.vhd (Implementation of second LFSR)

Notes:
	- The sequence length can be configured by 
	  modifiying the "generic" parameters listed
	  in the entity statements for vhd_suba.vhd and
	  vhd_subb.vhd files
	- The CLKDLL component is not inserted into the
	  code. To see how to use the CLKDLL in VHDL
	  see solution 5649 at http://support.xilinx.com
	
---------------------------------------------------------
- Verilog							-
---------------------------------------------------------

Files Hierarchy:
	infer.v (Top-level)
	sub_a.v (Implementation of one LFSR)
	sub_b.v (Implementation of second LFSR)

Notes:
	- The sequence length can be configured by 
	  modifiying the parameters listed after the
	  module declaration in the sub_a.v and sub_b.v
	  files.
  	- The CLKDLL component is not inserted into the
	  code. To see how to use the CLKDLL in VHDL
	  see solution 5649 at http://support.xilinx.com


	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -