@@ -138,15 +138,15 @@ def __init__(self, code_file_name, topmodule='', config_file=None):
138
138
def get_dataflow (self , code_file_name , topmodule = '' , config_file = None ):
139
139
optparser = OptionParser ()
140
140
optparser .add_option ("-t" ,"--top" ,dest = "topmodule" ,
141
- default = "TOP" ,help = "Top module, Default=TOP" )
141
+ default = "TOP" , help = "Top module, Default=TOP" )
142
142
143
- optparser .add_option ("-I" ,"--include" ,dest = "include" ,action = "append" ,
143
+ optparser .add_option ("-I" ,"--include" , dest = "include" , action = "append" ,
144
144
default = [],help = "Include path" )
145
- optparser .add_option ("-D" ,dest = "define" ,action = "append" ,
146
- default = [],help = "Macro Definition" )
147
- optparser .add_option ("-S" ,dest = "config_file" ,default = [],help = "config_file" )
148
- optparser .add_option ("-s" ,"--search" ,dest = "searchtarget" ,action = "append" ,
149
- default = [],help = "Search Target Signal" )
145
+ optparser .add_option ("-D" ,dest = "define" , action = "append" ,
146
+ default = [], help = "Macro Definition" )
147
+ optparser .add_option ("-S" , dest = "config_file" , default = [], help = "config_file" )
148
+ optparser .add_option ("-s" , "--search" , dest = "searchtarget" , action = "append" ,
149
+ default = [], help = "Search Target Signal" )
150
150
151
151
(options , args ) = optparser .parse_args ()
152
152
0 commit comments