You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flow/scripts/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
Various scripts to support flow as well as utilities.
4
4
5
+
## flow.sh/synth.sh - WORK IN PROGRESS
6
+
7
+
This script is a low level script used to invoke a flow step. ORFS make or bazel-orfs will set up all the project specific variables before invoking this script where the rest of the variables are set up before invoking OpenROAD.
8
+
9
+
scripts/flow.sh 2_1_floorplan floorplan
10
+
11
+
scripts/synth.sh
12
+
5
13
## make run-yosys
6
14
7
15
Sets up all the ORFS environment variables and launches Yosys.
0 commit comments