Matt Guthaus

Results 121 comments of Matt Guthaus

Actually, it's even more complex than this. It's also that approved cells need to be placed next to other approached cells in a fixed way. I suppose we could document...

Hi Sam, Thanks for the suggestions. If you could make specific commit changes, I can merge them in. However, nobody is really funded to maintain openram at the moment, so...

This is related to yosys issue: https://github.com/YosysHQ/yosys/issues/4244

I've found that the OR dependency installer misses some dependencies on Ubuntu 24.04: ` sudo apt install libstdc++-14-dev ` and on Ubuntu 22.04: ` sudo apt install libstdc++-12-dev `

@maliberty I pushed a change to the OpenROAD DependencyInstaller.sh, but then I realized that ORFS has it's own. This should probably be in ORFS instead since it is used by...

I have the same issue on Ubuntu 24.04 with the current master branch 697fa286d215a315c9672cde9472be202d8eb9a4. I do not have another gtest installed locally, it just gets installed with the dependencies in...

Yes, disabling the tests works around the issue with: `./build_openroad.sh --local --openroad-args "-DENABLE_TESTS=OFF" `

This sounds like a run time bug with magic. There isn't much we can do to speed up the extraction on the OpenRAM side. My only questions are how much...

The asymmetric device message is expected since the SRAM cells have an asymmetric transistor or two.