We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5970d commit e16f2a7Copy full SHA for e16f2a7
.github/workflows/main.yml
@@ -106,7 +106,7 @@ jobs:
106
building_blocks=rf
107
fi
108
109
- nix develop --command "\
+ nix develop --command bash -c "\
110
./dffram.py ${{ matrix.count }}x${{ matrix.width }}\
111
-p sky130A\
112
-s sky130_fd_sc_hd\
Readme.md
@@ -12,10 +12,6 @@ Standard Cell Library based Memory Compiler using DFF/Latch cells.
12
13
See [this document](./docs/Usage.md).
14
15
-You can try the
16
-[Google Colaboratory](https://colab.research.google.com/github/Cloud-V/DFFRAM/blob/main/dffram.ipynb),
17
-but it is a bit out-of-date at this point.
18
-
19
## Platform Support Status
20
21
| Configured Platform | Signoff-clean | Silicon-proven\* |
0 commit comments