Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to convert the final ncd file to verilog and simulate it

Status
Not open for further replies.

fa1364

Junior Member level 2
Joined
Jan 20, 2004
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
191
ncd to verilog

hi.
please tell me how can I convert the final ncd file to verilog and simulate it in modelsim?
 

ncd to verilog

I run Xilinx ISE from the command line, not Project Manager. I use this command to read the routed netlist of my "top" project from my "build" folder, and write the post-route Verilog to a folder named "post":
netgen -sim -intstyle silent -ofmt verilog -ism build\top -ngm build\top_map -w -dir post
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top