Peter

Results 85 comments of Peter

@oharboe `BoomNonBlockingDCache` the LEF is 300MB for example, it looks like it is exposing the entire power grid and probably doesn't have power pins in the actual subblock.

@oharboe no, either the power grid specification didn't note the layer to add pins to or the LEF writing is doing something wrong. The later stages should not matter I...

@QuantamHD the tcl_trace functionality is there. I briefly looked at this (adding a trace to utl) and it's possible to get the commands, but depending on the entry method (gui...

@dav77227 I don't know about the others, but I am not working on this. Good luck.

@stefanottili that feels like a separate feature request. Plus that would be better if it can be implemented in the C code so it is available to the python interface...

@maliberty yes it's possible. I think I still have the code I put together earlier, it might be possible to avoid the depth issue I ran into previously by using...

You could use this chunk of code : https://github.com/The-OpenROAD-Project/OpenROAD/blob/ad54bbe88b561d1c30451d8a3c85ad11c1692905/src/gui/src/tclCmdInputWidget.cpp#L392 To determine what command names are registered in openroad

I've seen this behavior a few times before when I synthesized a register file. I noticed that during global placement the register file would get to densities much greater than...

you could detect the cells automatically with `is_decap_cell : "true";` from the liberty file. I don't know where they keep the capacitance information, it's in a commented out block in...