There have been some cases where in a comment, the correct syntax is given for a module instantiation:
For example, the following code will be erroneously picked up as a module instantiation:
/*
fragment offset (0)
*/
In this case verilogtree will think there is a module named 'fragment' with instance name 'offset'. Need to ignore anything wrapped in comments -> /* ... */ and // blah
There have been some cases where in a comment, the correct syntax is given for a module instantiation:
For example, the following code will be erroneously picked up as a module instantiation:
In this case verilogtree will think there is a module named 'fragment' with instance name 'offset'. Need to ignore anything wrapped in comments ->
/* ... */and// blah