Add eSim-ORFS integration with PDK-aware netlist validator#467
Add eSim-ORFS integration with PDK-aware netlist validator#467Divinesoumyadip wants to merge 6 commits intoFOSSEE:masterfrom
Conversation
Signed-off-by: Divinesoumyadip <soumyadipdasmahapatra343@gmail.com>
|
Hey @Shanthipriya20 , implemented the full working version based on your feedback. The parser now handles real |
|
Hey @Shanthipriya20 , tested the parser against all three cases you mentioned. Basic logic gates pass cleanly, hierarchical schematics now correctly identify internal user-defined subcircuits separately from PDK cells so they don't get flagged as unmappable, and parameterized components like R, C, M with W/L parameters are correctly skipped as analog primitives. All three test netlists pass. Test files are in |
Hey team,
I've been exploring the eSim-ORFS integration path and wanted to
start with a concrete foundation. This PR adds the initial skeleton
for automating the handoff from eSim's schematic export to OpenROAD
Flow Scripts.
The core idea is simple so before a .cir.out netlist reaches ORFS,
we validate it against the target PDK to catch unmappable primitives
early to avoiding silent failures during placement and routing.
Also its included
This is the starting point. Happy to discuss the design direction
before building out the full implementation soon.