Mohamed Gaber

Results 424 comments of Mohamed Gaber

The newcomers' guide is very good for this. https://openlane2.readthedocs.io/en/latest/getting_started/newcomers/index.html

Ctrl + F works with collapsible though, no?

If it helps literally anyone, here's my JavaSccript console log as this issue happens (Safari, but same infinite loading issue also occurs on Firefox): ``` [Error] Refused to execute a...

Not a bug. The PDK variable's default values come from the PDK itself and they should be listed there: Personally I think the PDK support files should be either inside...

Looking into them- I'll also just move the documentation to just readthedocs because it turns out GitHub wikis aren't great

I have went ahead and updated the example document and verified it works: https://fault.readthedocs.io/en/latest/usage.html

Happy New Year to you too-- where exactly though because I know you can just put in .lib.gz in most places and the flow would work

I will treat this is a bug so I can push it as 2.3.2. In general we do want to support gzipped files wherever possible. While I'm there, I'll look...

So as it turns out… With the Linux Standard Base `gzopen`, if you pass an uncompressed file for reading, it still opens it, no biggie. Python's `gzip.open`, however, will fail...

Pulled into #563 to coincide with the OpenSTA update