if I wanted to custom tweak a few wires, where would roughly be the place to look?
For example in openlane you can easily modify the DEF file that is passed around between stages as sort of a checkpoint to achieve this, is there any similar checkpoint mechanism with openram, or even what would be the least painful/destructive way to go about doing this, like some point or script where I can change things or have my script make a few changes and then let the flow go on as normal
Am looking to decouple some wires and expose them as ports so I can individually control them
Just started on this so looking for pointers so it's not as time consuming combing through the entire codebase