Actions
Bug #9255
closedru.ispras.verilog.parser.VerilogIeeeTestCase.runTest_14_06_04_2_3: no viable alternative
Start date:
08/31/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
module test; input a, b; output out, out_b; specify showcancelled out; pulsestyle_ondetect out; (a => out) = (2,3); (b => out) = (4,5); showcancelled out_b; pulsestyle_ondetect out_b; (a => out_b) = (3,4); (b => out_b) = (5,6); endspecify specify showcancelled out,out_b; pulsestyle_ondetect out,out_b; (a => out) = (2,3); (b => out) = (4,5); (a => out_b) = (3,4); (b => out_b) = (5,6); endspecify endmodule
Actions