We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979bda8 commit f189531Copy full SHA for f189531
flow/BUILD.bazel
@@ -1,33 +1,5 @@
1
load("@bazel-orfs//:openroad.bzl", "orfs_flow")
2
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
31
filegroup(
32
name = "constraints-swerv",
33
srcs = [
0 commit comments