Mohamed Gaber
Mohamed Gaber
Too many steps declare an output, then do not follow-through with writing. Now mind you, this is acceptable in *some* circumstances, but this should be explicitly-declared. Currently, there are outputs...
EDIT: Thank you all! Just need to find the time now. :) --- So, with Nudelta 0.6.7, I added a new CLI flag named `--no-verify/-N`. This will allow you to...
See: https://caravel-user-project.readthedocs.io/en/latest/#hardening-options The two other options overflow. This confused a couple of us immensely during a debugging session. Can we change the theme and/or fix this table? (Whichever is easier)
## Steps * New step, `Magic.OpenGUI`, which opens either DEF files or GDS files in magic * `Magic.*` * Fixed `magicrc` being `abspath`'d before command invocation (breaks reproducibles) * `_MAGIC_SCRIPT`...
## Tool Updates * Open PDKs -> `c887119`
## Steps * `Odb.ReportDisconnectedPins` * Disconnected dummy instances created during CTS, prefixed `clkload`, are now ignored. ## Tool Updates * `openroad` -> `a515fc6` * Removed OpenLane-specific patch for querying existence...
(Small change)
- Remove `LEC_ENABLE` and `logic_equiv_check` They haven't worked properly since 2021 and people keep asking about it so…
## Steps * `Magic.SpiceExtraction` * A `feedback.xml` is now created, with the contents being the SPICE Extraction feedback in the KLayout marker database format ## Misc Enhancements/Bugfixes * `openlane.steps.DefaultOutputProcessor` *...
* `Odb.SetPowerConnections` * **Internal**: Restructure `power_utils.py` to provide better error messages and use dictionaries instead of oddball iterator-based filtering --- See #470