We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc8081 commit eb682ffCopy full SHA for eb682ff
edalize/flows/edaflow.py
@@ -138,6 +138,11 @@ class Edaflow(object):
138
"desc": "Tools to run before main flow",
139
"list": True,
140
},
141
+ "flow_make_options": {
142
+ "type": "str",
143
+ "desc": "Additional options to pass to make when executing the flow graph",
144
+ "list": True,
145
+ },
146
}
147
148
@classmethod
edalize/flows/generic.py
@@ -22,11 +22,6 @@ class Generic(Edaflow):
22
"type": "str",
23
"desc": "Select tool",
24
25
- "flow_make_options": {
26
- "type": "str",
27
- "desc": "Additional options to pass to make when executing the flow graph",
28
- "list": True,
29
- },
30
31
32
0 commit comments