Use iverilog command.

This commit is contained in:
steve 2000-05-13 20:54:48 +00:00
parent b44abcd481
commit afdb76c929
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* *
* To compile this for XNF, try a command like this: * To compile this for XNF, try a command like this:
* *
* verilog -X -fpart=XC4010XLPQ160 -fncf=xnf_add.ncf xnf_add.v * iverilog -txnf -fpart=XC4010XLPQ160 -fncf=xnf_add.ncf xnf_add.v
* *
* That command causes an xnf_add.xnf and xnf_add.ncf file to be created. * That command causes an xnf_add.xnf and xnf_add.ncf file to be created.
* Next, make the xnf_add.ngd file with the command: * Next, make the xnf_add.ngd file with the command: