Skip to content

Commit a730c65

Browse files
committed
bazel: add designs/asap7/gcd RULES_JSON
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a0b3f09 commit a730c65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flow/designs/asap7/gcd/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ orfs_sweep(
2121
"CORE_AREA": "1.08 1.08 15.12 15.12",
2222
"PLACE_DENSITY": "0.35",
2323
},
24-
other_variants = {"base": {}},
24+
other_variants = {"base": {
25+
"sources": {
26+
"RULES_JSON": [":rules-base.json"],
27+
},
28+
}},
2529
sources = {
2630
"SDC_FILE": [":constraint.sdc"],
2731
},

0 commit comments

Comments
 (0)