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 -- -