Subject: | syntax error, unexpected "do", expecting "IDENTIFIER" |
wrong parser:
if a module has a port do (e.g. shortcut for data output) the
the Verilog::Netlist
perl module Exiting due to errors!
e.g.
module fifo_sram (
ram_testout,
ram_testmode,
scan_testmode,
nres,
do,
a_wr,
a_rd,
di,
clk_wr,
clk_rd,
ce_wr,
ce_rd,
test_se,
test_si,
test_so);