Skip to content

Commit 2d1e812

Browse files
committed
workflows: remove unused scripts, specify tested source verilator commit and update README
1 parent 184fb75 commit 2d1e812

File tree

3 files changed

+5
-155
lines changed

3 files changed

+5
-155
lines changed

.github/workflows/static-power-analysis-flow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Fetch Verilator
4949
run: |
5050
git clone https://github.com/verilator/verilator
51+
cd verilator && git checkout 5b410e9331b1543889287a965d0ea016d9a6b6d7
5152
5253
- name: Build Verilator
5354
run: |
@@ -122,6 +123,7 @@ jobs:
122123
- name: Fetch Verilator
123124
run: |
124125
git clone https://github.com/verilator/verilator
126+
cd verilator && git checkout 5b410e9331b1543889287a965d0ea016d9a6b6d7
125127
126128
- name: Build Verilator
127129
run: |
@@ -218,6 +220,7 @@ jobs:
218220
- name: Fetch Verilator
219221
run: |
220222
git clone https://github.com/verilator/verilator
223+
cd verilator && git checkout 5b410e9331b1543889287a965d0ea016d9a6b6d7
221224
222225
- name: Build Verilator
223226
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These instructions assumes that all required projects are located in the same di
1616

1717
The following projects need to be cloned and built:
1818

19-
- [Verilator](https://github.com/verilator/verilator) (tested on commit `d0c4cc39`). It can be built by going into the project directory and executing these commands:
19+
- [Verilator](https://github.com/verilator/verilator) (tested on commit `5b410e93`). It can be built by going into the project directory and executing these commands:
2020

2121
<!-- name="build-verilator" -->
2222
```
@@ -31,7 +31,7 @@ export PATH=$PATH:$(pwd)/bin/
3131

3232
Remember to add the Verilator binary directory `~/dev/verilator/bin/` to the `PATH` environmental variable.
3333

34-
- [OpenROAD-flow-scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts) with `Yosys` and `OpenROAD` (tested on commit `f53fbce`). To build `Yosys` and `OpenROAD` in `OpenROAD-flow-scripts` run:
34+
- [OpenROAD-flow-scripts](https://github.com/antmicro/OpenROAD-flow-scripts) from branch `mgan/custom-hier-separator-and-dff-fix` with `Yosys` and `OpenROAD`. To build `Yosys` and `OpenROAD` in `OpenROAD-flow-scripts` run:
3535

3636
<!-- name="build-openroad" -->
3737
```

scripts/synth.tcl

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)