-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Author Name: Wilson Snyder (@wsnyder)
Original Redmine Issue: 120 from https://www.veripool.org
Original Date: 2008-07-30
Original Assignee: Wilson Snyder (@wsnyder)
This bug was cloned from Perl-RT, rt38058.
Email addresses have have been truncated.
Id: 38058
Status: rejected
Queue: Verilog-Perl
Severity: Important
Broken in: 3.035
Requestors: yurik <jurij@>
Created: Wed Jul 30 21:33:19 2008
Last Contact: Thu Jul 31 07:49:09 2008
Closed: Thu Jul 31 07:49:09 2008
Updated: Thu Jul 31 07:49:09 2008 by WSNYDER
Wed Jul 30 21:33:24 2008 yurik - Ticket created
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);
Thu Jul 31 07:49:05 2008 WSNYDER - Correspondence added
This is well documented in the package along with the workaround, "do"
is a SystemVerilog keyword.
Thu Jul 31 07:49:08 2008 RT_System - Status changed from 'new' to 'open'
Thu Jul 31 07:49:09 2008 WSNYDER - Status changed from 'open' to 'rejected'
Metadata
Metadata
Assignees
Labels
No labels