Matt Guthaus
Matt Guthaus
Is the current github repo of your tools in a working condition? I cannot get the example to run. It seems to give errors on the regular expressions for the...
## Expected Behavior By default, the latest version of the submodules are pulled: https://github.com/google/skywater-pdk/blob/main/scripts/make/git.mk#L18 No need to tell people to specify the version, so just make it: make submodules -j3...
I have a segfault during DRC with the sky130 technology on v0.27.8. I cannot consistently replicate it... However, does this give any hint what it could be: ``` ERROR: Signal...
Many designs will have "must connect" pins in a layout that are disconnected at some level of hierarchy but connected later. One such example might be a supply pin. Often...
The usage says: `klayout [] [] .. options ... -m Load RDB (report database) file (into previous layout view)` However, when I run a command like this: `klayout -m foo.drc.results...
The read_celllib command reads a cell library, but it does not recognize memories. These require support for busses and the memory cell type. You can see an example from OpenRAM...
Reverts VLSIDA/OpenRAM#150
I got Xyce working with the sky130 libraries and had to make these changes to sky130_fd_pr: # Change end of line comment form $ to ; ``` perl -p -i...
I suggest a macro like this to easily cycle through DRC errors: macro ! "drc find; findbox zoom; zoom 16"
There are some errors in the LEF file that were fixed in OpenRAM, but have not been ported to AMC. 1) For example, library cells are entirely blocked rather that...