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
+29-25Lines changed: 29 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 `d62c05a8`). To build `Yosys` and `OpenROAD` in `OpenROAD-flow-scripts` run:
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:
For power consumption report generation you will need to prepare simulated model sources for `Yosys` synthesis and `OpenROAD` place and route step in the `OpenROAD-flow-scripts` project directory. Example workflows uses the `sky130hd` platform. Copy design contents from `example` directory to `OpenROAD-flow-scripts/flow/designs/sky130hd/ibex/` and `OpenROAD-flow-scripts/flow/designs/src/ibex`:
59
+
For power consumption report generation you will need to prepare simulated model sources for `Yosys` synthesis and `OpenROAD` place and route step in the `OpenROAD-flow-scripts` project directory. Example workflows uses the `asap7` platform. Copy design contents from `example` directory to `OpenROAD-flow-scripts/flow/designs/asap7/ibex/` and `OpenROAD-flow-scripts/flow/designs/src/ibex`:
@@ -71,10 +72,10 @@ Then go to the `OpenROAD-flow-scripts` project top directory and run the require
71
72
<!-- name="run-synthesis-steps" -->
72
73
```
73
74
cd OpenROAD-flow-scripts
74
-
make -C flow DESIGN_CONFIG=designs/sky130hd/ibex/config.mk route
75
+
make -C flow DESIGN_CONFIG=designs/asap7/ibex/config.mk route
75
76
```
76
77
77
-
Finally copy the result of synthesis to relevant example directory, i.e. from `~/dev/OpenROAD-flow-scripts/flow/results/sky130hd/ibex/base/1_synth.v` to `example/verilog/ibex_core/ibex_core_synth_sky.v`.
78
+
Finally copy the result of synthesis to relevant example directory, i.e. from `~/dev/OpenROAD-flow-scripts/flow/results/asap7/ibex/base/1_synth.v` to `example/verilog/ibex_core/ibex_core_synth_sky.v`.
78
79
79
80
## Static power analysis workflow
80
81
@@ -84,7 +85,7 @@ From the `example` directory, run verilation and compile the model to an executa
0 commit comments