byuccl / spydrnet

A flexible framework for analyzing and transforming FPGA netlists. Official repository.
https://byuccl.github.io/spydrnet
BSD 3-Clause "New" or "Revised" License
86 stars 20 forks source link

Hierarchy Support in BLIF/EBLIF #180

Closed jacobdbrown4 closed 1 year ago

jacobdbrown4 commented 2 years ago

When I wrote the eblif parser/composer, I didn't get to supporting hierarchy in the netlist because f4pga flattens all of its netlists. However, it may be a good idea to support hierarchy in eblif netlists. I don't think it will be too difficult to add this. I'll work on it sometime.

jacobdbrown4 commented 2 years ago

I think I've got it working. The EBLIF parser and composer should now be able to handle hierarchy.