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: test/orfs/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ A set of ORFS integration tests that runs in a few minutes suitable for inclusio
4
4
5
5
bazel -c opt test ...
6
6
7
+
## Updating RULES_JSON files
8
+
9
+
1. Run `bazel run -c opt //test/orfs/gcd:gcd_update` to update RULES_JSON file for a design. This will build and run OpenROAD to generate a new RULES_JSON file and update the RULES_JSON source file.
10
+
2. Create commit for RULES_JSON file
11
+
7
12
## Updating ORFS and bazel-orfs
8
13
9
14
`bazel run @bazel-orfs//:bump`, this will find the latest bazel-orfs and ORFS docker image and update MODULE.bazel and MODULE.bazel.lock.
0 commit comments