Skip to content

Commit eb682ff

Browse files
ivanvigolofk
authored andcommitted
moved flow_make_options to edaflow
1 parent dfc8081 commit eb682ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

edalize/flows/edaflow.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ class Edaflow(object):
138138
"desc": "Tools to run before main flow",
139139
"list": True,
140140
},
141+
"flow_make_options": {
142+
"type": "str",
143+
"desc": "Additional options to pass to make when executing the flow graph",
144+
"list": True,
145+
},
141146
}
142147

143148
@classmethod

edalize/flows/generic.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ class Generic(Edaflow):
2222
"type": "str",
2323
"desc": "Select tool",
2424
},
25-
"flow_make_options": {
26-
"type": "str",
27-
"desc": "Additional options to pass to make when executing the flow graph",
28-
"list": True,
29-
},
3025
},
3126
}
3227

0 commit comments

Comments
 (0)