Ondrej Ille

Results 131 comments of Ondrej Ille

Maybe better than posting here from proprietary PDK is referencing something public. I tried to compile standard cell models of IHP 130 nm PDK: [IHP 130 std cells model](https://github.com/IHP-GmbH/IHP-Open-PDK/blob/main/ihp-sg13g2/libs.ref/sg13g2_stdcell/verilog/sg13g2_stdcell.v) Currently...

NVC can now parse the above-mentioned IHP 130 PDK standard cells.

Related to: https://github.com/nickg/nvc/discussions/784

Still, if you use OpenSTA as stand-alone tool, and try to do e.g. post-syn (non-topo) STA on dumped netlist. Using matching wireload as the synthesizer makes sense IMHO...

I don't know, I only started looking at the standard now, last time we chatted about it, I only briefly skimmed through. As of the C API export I think:...

Hi, > How would the pins get aligned in a non rectangular shape? I think it can be done in rectangular shape. The symbol pins would simply extend to a...

I made some hand-drawings: ![Image](https://github.com/user-attachments/assets/37e71d18-7ccb-4b1c-9b05-fe2752f806d3) The idea is that everything would stick to some grid. The picture above shows N with grid dimension and each pin is placed either at...

I will try this on the RHEL machine and let you know.

@Paebbels I will look into that next week. You mean something like end-to-end test where a simple example with OSVVM func coverage will be ran with NVC and checked that...

Hi @Paebbels , NVC now has COVER API changes in master that allow using this OSVMM branch. Where should I write the test-case ? Is there some regression test-suite for...