The -f flag is obsolete.

This commit is contained in:
steve 2001-02-01 17:12:44 +00:00
parent 90250baf0f
commit 0175c727ee
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

@ -23,7 +23,7 @@
* pin assignments locked down by design. The command to compile this
* into a jedec file is;
*
* iverilog -tpal -fpart=generic-22v10-plcc -opal_reg.jed pal_reg.v
* iverilog -tpal -ppart=generic-22v10-plcc -opal_reg.jed pal_reg.v
*
* The output file name (passed through the -o<file> switch) can be
* any file you desire. If the compilation and fittin all succeed, the