Matt Liberty

Results 1724 comments of Matt Liberty

> `ibex_sky130hd (tcl) *FAIL* DRT::max_capacitance_slack -11% < -11% ` My guess is that rounding is making this look odd (@vvbandeira ) and you should just update it. In the metric_limits...

There has to be some coordination between the template and the code. The generator needs to know where to insert the user code. If you look at https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/odb/src/codeGenerator/templates/serializer_in.cpp you'll see...

I appears %import doesn't bring the template functions into scope and %include leads to duplication. Using `static` works at the minor cost of having duplicate instantiations in the program. A...

> @maliberty Should I open a PR against OpenROAD's or upstream STA? upstream (which requires a CLA)

Looks like it uses c++17 https://github.com/parallaxsw/OpenSTA/blob/bd13bc409ebac682aa25778f770458829ff14cc2/CMakeLists.txt#L565 so you can try a PR there

> We never actually had the full support for partial macro placement I think he was referring to TritonMacroPlacer (old mpl)

Are you using sudo?

I was thinking it would be a dependency installer addition. Do you think we need to put it in the ORFS build?