From 9fe0d9b1208eb97b3c233f543bfa0109ebf6b3c4 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 9 Dec 2000 05:40:09 +0000 Subject: [PATCH] Add the -tpal target to use the pal.tgt module. --- iverilog.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/iverilog.conf b/iverilog.conf index a82bcc180..6e3fc4a8f 100644 --- a/iverilog.conf +++ b/iverilog.conf @@ -72,9 +72,13 @@ # -- (not supported yet) -# The string for the vvm target is the ivl command that takes as -# standard input the output from the preprocessor and writes the result -# into a .cc file named after the output file. +# This is the XNF code generator. [-txnf] %B/ivl %[s-s%s] %[N-N%N] %[T-T%T] -tvvm -Fsynth -Fsyn-rules -Fcprop -Fnodangle -o%o -- - + +# -- +# This is the pal code generator. The target module requires the -fpart= +# flag to specify the part type. +[-tpal] +%B/ivl %[s-s%s] %[N-N%N] %[T-T%T] -tdll -fDLL=%B/pal.tgt -Fsynth -Fsyn-rules -Fcprop -Fnodangle -o%o -- -