Skip to content

Commit f189531

Browse files
committed
bazel: cleanup, gcd moved out of root BUILD.bazel
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 979bda8 commit f189531

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

flow/BUILD.bazel

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
load("@bazel-orfs//:openroad.bzl", "orfs_flow")
22

3-
filegroup(
4-
name = "constraints-gcd",
5-
srcs = [
6-
"designs/asap7/gcd/constraint.sdc",
7-
],
8-
visibility = [":__subpackages__"],
9-
)
10-
11-
orfs_flow(
12-
name = "gcd",
13-
stage_arguments = {
14-
"synth": {
15-
"SDC_FILE": "$(location :constraints-gcd)",
16-
},
17-
"floorplan": {
18-
"DIE_AREA": "0 0 16.2 16.2",
19-
"CORE_AREA": "1.08 1.08 15.12 15.12",
20-
},
21-
"place": {
22-
"PLACE_DENSITY": "0.35",
23-
},
24-
},
25-
stage_sources = {
26-
"synth": [":constraints-gcd"],
27-
},
28-
verilog_files = glob(include = ["designs/src/gcd/*.v"]),
29-
)
30-
313
filegroup(
324
name = "constraints-swerv",
335
srcs = [

0 commit comments

Comments
 (0)