Update to use iverilog.
This commit is contained in:
parent
1e0e1a2b64
commit
562e4c28d2
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue