From 562e4c28d28ed395fd25ea1700cc75568b7abf01 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 14 May 2000 19:41:22 +0000 Subject: [PATCH] Update to use iverilog. --- examples/outff.v | 2 +- examples/xnf_add.vl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/outff.v b/examples/outff.v index aa620dd81..8ff4ca860 100644 --- a/examples/outff.v +++ b/examples/outff.v @@ -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: diff --git a/examples/xnf_add.vl b/examples/xnf_add.vl index 08782db2f..bd42dfa3c 100644 --- a/examples/xnf_add.vl +++ b/examples/xnf_add.vl @@ -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: