Fix quotes for old python compatibility
This commit is contained in:
@@ -97,12 +97,12 @@ def fpga_sim_main():
|
||||
runner.build(
|
||||
verilog_sources=sources,
|
||||
hdl_toplevel=test["toplevel"],
|
||||
build_dir=f"{test["base_path"]}/sim_build",
|
||||
build_dir=f"{test['base_path']}/sim_build",
|
||||
waves=test["waves"],
|
||||
defines=defines
|
||||
)
|
||||
|
||||
result_xml = f"../sim_build/{test["name"]}_results.xml".replace(" ", "_")
|
||||
result_xml = f"../sim_build/{test['name']}_results.xml".replace(" ", "_")
|
||||
|
||||
sys.path.append(test["base_path"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user