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
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,23 +56,3 @@ Create Verilog code:
56
56
```
57
57
make CONFIG=MegaBoomConfig tech_name=asap7 VLSI_TOP=ChipTop INPUT_CONFS=example-asap7.yml TOP_MACROCOMPILER_MODE='--mode synflops' verilog
58
58
```
59
-
60
-
Operations
61
-
==========
62
-
63
-
Here is some operational information to help you use megaboom.
64
-
65
-
Updating the ORFS Version
66
-
-------------------------
67
-
To update the orfs version that megaboom uses, update the image and sha256 in the orfs.default section of the [MODULE.bazel](./MODULE.bazel) file with the appropriate orfs-version-tag and orfs-version-sha256 values.
68
-
69
-
orfs.default(
70
-
image = "openroad/orfs:<orfs-version-tag>",
71
-
sha256 = "<orfs-version-sha256>",
72
-
)
73
-
74
-
The list of available orfs docker images can be found at the [orfs Docker Hub](https://hub.docker.com/r/openroad/orfs/tags).
75
-
76
-
After [MODULE.bazel](./MODULE.bazel) has been modified, execute the following command to update the [MODULE.bazel.lock](./MODULE.bazel.lock) file:
0 commit comments