Open mithro opened 6 years ago
Currently Verilog to Routing only support BLIF. BLIF has a whole bunch of limitations, like not supporting names for objects (only nets). No support for parameters, etc.
It would be good to have support EDIF in VPR as an alternative to BLIF.
https://en.wikipedia.org/wiki/EDIF
The EDIF parser could be shared with #6
Currently Verilog to Routing only support BLIF. BLIF has a whole bunch of limitations, like not supporting names for objects (only nets). No support for parameters, etc.
It would be good to have support EDIF in VPR as an alternative to BLIF.