forked from github/verilator
Apply 'make format'
This commit is contained in:
parent
0b49e7cbd2
commit
2c330a18d7
@ -20,9 +20,11 @@ print("#define VERILATOR_INCLUDED")
|
||||
|
||||
re_arg_d = re.compile(r'^-D([^=]+)=(.*)')
|
||||
|
||||
|
||||
def include(arg):
|
||||
print("#include \"%s\"" % (arg))
|
||||
|
||||
|
||||
for arg in sys.argv[1:]:
|
||||
match_d = re_arg_d.match(arg)
|
||||
if match_d:
|
||||
|
Loading…
Reference in New Issue
Block a user