Skip to content

Commit adb19ad

Browse files
committed
README: delete obsolete duplicated info
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 0354e24 commit adb19ad

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,3 @@ Create Verilog code:
5656
```
5757
make CONFIG=MegaBoomConfig tech_name=asap7 VLSI_TOP=ChipTop INPUT_CONFS=example-asap7.yml TOP_MACROCOMPILER_MODE='--mode synflops' verilog
5858
```
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:
77-
78-
bazel mod tidy

0 commit comments

Comments
 (0)