![]() |
|
![]() |
|
Answers Database
COREGEN: How to generate a VERILOG or VHDL post-NGDBUILD gate level simulation netlist from a standalone EDIF netlist
Record #8065
Product Family: Software ngd2ver corename.NGD (Verilog)
ngd2vhdl corename.NGD (VHDL)
3. If you are performing VHDL behavioral simulation and are substituting this new model for a CORE Generator module, you will only need a component and instantiation block for both simulation and synthesis. The configuration snippet from the CORE Genrerator .VHO file should be commented out. For example, for an 8-bit adder, the following block would be commented out: -- synopsys translate_on -- for all : myadder8 use entity XilinxCoreLib.C_ADDSUB_V1_0(behavioral) -- generic map( -- c_sinit_val => "0", -- c_a_type => 0, -- c_sync_enable => 0, -- c_has_ainit => 0, -- c_sync_priority => 1, . . . (remaining generics omitted) -- end for; -- synopsys translate_on End of Record #8065 - Last Modified: 01/31/00 10:10 |
| For the latest news, design tips, and patch information on the Xilinx design environment, check out the Technical Tips! |