Martin Povišer

Results 39 issues of Martin Povišer

Shift the view horizontally by one full width. This makes it easier to browse long recordings.

If hyperkit is launched with the -A flag and no PCI devices, it crashes. In the code below, taken from `src/lib/pci_emul.c`, `bi` gets dereferenced even though it's NULL. static void...

### Describe the bug On Ubuntu, `DependencyInstaller.sh` seems to touch files installed by the system's package manager, even if you go the recommended route of `setup.sh` from `OpenROAD-flow-scripts` for a...

Add missing control pin definitions for ISM01A and missing pin initialization for all Si1060 radios. I can vouch for this being the right thing on ISM01A, I assume this must...

### Description There are a number of variables to turn things on/off, as documented on the "flow variables" page: https://openroad-flow-scripts.readthedocs.io/en/latest/user/FlowVariables.html As far as I can tell those variables don't have...

good first issue

This branch implements a buffering algorithm similar to ABC's `buffer` command.

On wire splitting in `repair_design`, name the inserted buffer according to the reason for splitting. A similar thing is done elsewhere in the repair code. Split off from #5068

To get all the SWIG type conversion rules around basic STA types, it's best if we can source `StaTclTypes.i`. Here we make the change in the resizer binding, and use...