Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Verilog-Perl CPAN distribution.

Report information
The Basics
Id: 38058
Status: rejected
Priority: 0/
Queue: Verilog-Perl

People
Owner: Nobody in particular
Requestors: jurij [...] o2online.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.035
Fixed in: (no value)



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);
This is well documented in the package along with the workaround, "do" is a SystemVerilog keyword.