Skip to content

Commit 77f91a1

Browse files
committed
variables: add SYNTH_GUT
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent ec8a1b0 commit 77f91a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flow/scripts/variables.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ LIB_FILES:
110110
DONT_USE_CELLS:
111111
description: >
112112
Dont use cells eases pin access in detailed routing.
113+
SYNTH_GUT:
114+
description: >
115+
Load design and remove all internal logic before doing synthesis. This
116+
is useful when creating a mock .lef abstract that has a smaller area
117+
than the amount of logic would allow. bazel-orfs uses this to mock
118+
SRAMs, for instance.
119+
stages:
120+
- synth
113121
SYNTH_HIERARCHICAL:
114122
description: >
115123
Enable to Synthesis hierarchically, otherwise considered flat synthesis.

0 commit comments

Comments
 (0)