Skip to content

Commit 6b04834

Browse files
committed
variables: add RULES_JSON
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a0b3f09 commit 6b04834

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/user/FlowVariables.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ configuration file.
163163
| <a name="RTLMP_RPT_DIR"></a>RTLMP_RPT_DIR| Path to the directory where reports are saved.| | |
164164
| <a name="RTLMP_SIGNATURE_NET_THRESHOLD"></a>RTLMP_SIGNATURE_NET_THRESHOLD| Minimum number of connections between two clusters to be identified as connected.| 50| |
165165
| <a name="RTLMP_WIRELENGTH_WT"></a>RTLMP_WIRELENGTH_WT| Weight for half-perimiter wirelength.| 100.0| |
166+
| <a name="RULES_JSON"></a>RULES_JSON| json files with the metrics baseline regression rules. In the ORFS Makefile, this defaults to $DESIGN_DIR/rules-base.json, but ORFS does not mandate the users source directory layout and this can be placed elsewhere when the user sets up an ORFS config.mk or from bazel-orfs.| | |
166167
| <a name="RUN_LOG_NAME_STEM"></a>RUN_LOG_NAME_STEM| Stem of the log file name, the log file will be named `$(LOG_DIR)/$(RUN_LOG_NAME_STEM).log`.| run| |
167168
| <a name="RUN_SCRIPT"></a>RUN_SCRIPT| Path to script to run from `make run`, python or tcl script detected by .py or .tcl extension.| | |
168169
| <a name="SC_LEF"></a>SC_LEF| Path to technology standard cell LEF file.| | |
@@ -366,6 +367,10 @@ configuration file.
366367
- [ROUTING_LAYER_ADJUSTMENT](#ROUTING_LAYER_ADJUSTMENT)
367368
- [SKIP_REPORT_METRICS](#SKIP_REPORT_METRICS)
368369

370+
## test variables
371+
372+
- [RULES_JSON](#RULES_JSON)
373+
369374
## generate_abstract variables
370375

371376
- [ABSTRACT_SOURCE](#ABSTRACT_SOURCE)

flow/scripts/variables.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,3 +923,12 @@ FLOW_VARIANT:
923923
description: >
924924
Flow variant to use, used in the flow variant directory name.
925925
default: base
926+
RULES_JSON:
927+
description: >
928+
json files with the metrics baseline regression rules.
929+
In the ORFS Makefile, this defaults to $DESIGN_DIR/rules-base.json,
930+
but ORFS does not mandate the users source directory layout and
931+
this can be placed elsewhere when the user sets up an ORFS
932+
config.mk or from bazel-orfs.
933+
stages:
934+
- test

0 commit comments

Comments
 (0)