rasmusto / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

double semi-colon causing empty child node in AST #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Any verilog code that contains an extra semi-colon at the end of a line.

This will create a NULL child to an AST node that later in AST to netlist 
conversion results in a NULL pointer exception.

Original issue reported on code.google.com by kenneth....@gmail.com on 31 Oct 2012 at 10:34

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by kenneth....@gmail.com on 31 Oct 2012 at 11:26