OpenTimer / Parser-Verilog

A Standalone Structural Verilog Parser
MIT License
79 stars 33 forks source link

error out in case of inst-by-position (instead of segfaulting) #9

Open bestouff opened 2 years ago

bestouff commented 2 years ago

The ot_parser doesn't support instanciation by position, but it segfaults in this case. Replace the segfault by an error message.