Matt Liberty

Results 1724 comments of Matt Liberty

@rovinski do you know how to do (1)? I'm not clear how (2) would help as it is the other objects that are affected in ways that python doesn't understand.

The solution assumes all calls come through db. You can still fail with ``` block = db.getChip().getBlock() del db block.getName() ```

https://github.com/jjcherry56/bsg_fakeram might be better

@ZhiangWang033 needs clang-format and clang-tidy cleaned up. Also it needs to gracefully handle not having cuda installed.

@ZhiangWang033 any eta for your updates?

@luis201420 is working on rewriting this chunk of code. I believe that will solve you problem but it will be a bit until the new code is ready.

The general goal is to no longer call orderWires during antenna repair

The problem is order wires and is understood.

We are in the midst of fixing another bug in the same spot of code so results will probably change again. In general such things are prone to fix one...

You have ideal clocks enabled so the clock delay will be zero. It is showing you the computed delay but that value isn't summed in ideal clocks. We could zero...