Actions
Bug #8848
closedtest_07_08_00_1.v: Module 'pullup' cannot be found
Start date:
05/04/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
master
Platform:
Published in build:
Description
The 'pullup' keyword is treated as module name.
To reproduce the bug, uncomment the runTest_07_08_00_1() method at VerilogIeeeTestCase. You'll get the following error log:
runTest_07_08_00_1 STANDARD_OUT Starting the backend 'static-checker'... Instance: null Starting the backend 'printer'... module test(); /* DECL: null */ pullup null ( ); endmodule Starting the backend 'design-elaborator'... Expanding node 'MODULE(test)'... Bindings: {} Variables: {} Module 'pullup' cannot be found Unexpected exception thrown.
Actions