Use iverilog command.
This commit is contained in:
parent
b44abcd481
commit
afdb76c929
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue