Apply 'make format'
This commit is contained in:
parent
6a48d3bb83
commit
a5eb9a5b9d
|
@ -13,7 +13,8 @@ test.scenarios('simulator')
|
|||
test.top_filename = "t/t_flag_make_cmake.v"
|
||||
|
||||
test.compile(verilator_flags2=['--make json'],
|
||||
verilator_make_gmake=False, verilator_make_cmake=False)
|
||||
verilator_make_gmake=False,
|
||||
verilator_make_cmake=False)
|
||||
|
||||
nout = test.run_capture("jq --version", check=False)
|
||||
version_match = re.search(r'jq-([0-9.]+)', nout, re.IGNORECASE)
|
||||
|
|
Loading…
Reference in New Issue