readme.txt

来自「Gold Code Generators in Virtex Devices」· 文本 代码 · 共 47 行

TXT
47
字号
---------------------------------------------------------
-       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 + =
减小字号Ctrl + -
显示快捷键?