You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ These instructions assumes that all required projects are located in the same di
16
16
17
17
The following projects need to be cloned and built:
18
18
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:
20
20
21
21
<!-- name="build-verilator" -->
22
22
```
@@ -31,7 +31,7 @@ export PATH=$PATH:$(pwd)/bin/
31
31
32
32
Remember to add the Verilator binary directory `~/dev/verilator/bin/` to the `PATH` environmental variable.
33
33
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:
0 commit comments