Skip to content

Commit e16f2a7

Browse files
committed
fix ci
1 parent bf5970d commit e16f2a7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
building_blocks=rf
107107
fi
108108
109-
nix develop --command "\
109+
nix develop --command bash -c "\
110110
./dffram.py ${{ matrix.count }}x${{ matrix.width }}\
111111
-p sky130A\
112112
-s sky130_fd_sc_hd\

Readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ Standard Cell Library based Memory Compiler using DFF/Latch cells.
1212

1313
See [this document](./docs/Usage.md).
1414

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-
1915
## Platform Support Status
2016

2117
| Configured Platform | Signoff-clean | Silicon-proven\* |

0 commit comments

Comments
 (0)