G-A. Kamendje

Results 37 comments of G-A. Kamendje

The `make cts_isse` command includes Foundry files in the tar bundle it creates. What would be the best way to share this file without violating any NDA?

I am using SMIC180. I will try to see if I can reproduce the issue with a public PDK.

I have tried reproducing it on an public PDK but no luck so far. Is there any recommended procedure for compiling Openroad in debug mode? I could try firing up...

@tspyrou any update regarding the NDA?

I attached gdb to a run of `make cts`. it looks like the call to `sta::Vertex::bfsInQueue (this=0x0, index=sta::BfsIndex::other)` `OpenROAD/src/sta/graph/Graph.cc:1292` is causing the segmentation fault. I am attaching the full gdb...

@QuantamHD Thanks for notifying. In my case, buffer cells have `SIGNAL` as clock input type. As I mentioned previously, the problem is related to a call to `sta::Vertex::bfsInQueue (this=0x0, index=sta::BfsIndex::other)`...

@jjcherry56 Thanks for looking into this. Unfortunately I cannot publicly share the SDC. I used the following script snippet to load the `.odb` and the `.sdc` files generated after placement....

I think so. I am able to generate a GDS file. I will work on a PR later on.

I re-ran `verilator_coverage` with the following options. `verilator_coverage --annotate-min 1 --annotate /my_path/annotated --annotate-all --annotate-points --rank --write` Here is the text output of `verilator_coverage` ![lcov2](https://github.com/verilator/verilator/assets/56942214/641623e5-f297-4f69-8f97-a192b68a11da) and here is once again the...