Update to use iverilog.

This commit is contained in:
steve 2000-05-14 19:41:22 +00:00
parent 1e0e1a2b64
commit 562e4c28d2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -25,7 +25,7 @@
*
* To compile this for XNF, try a command like this:
*
* iverilog -txnf -fpart=XC4010XLPQ160 -fncf=xnf_add.ncf xnf_add.v
* iverilog -txnf -fpart=XC4010XLPQ160 -fncf=xnf_add.ncf -oxnf_add.xnf xnf_add.v
*
* 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: