Fix quotes for old python compatibility
This commit is contained in:
@@ -92,7 +92,7 @@ def fpga_sim_main():
|
||||
# Turn this into a multiprocessing pool
|
||||
for test in tests_to_run:
|
||||
|
||||
sources = rtl_manifest.read_sources(f"{test["base_path"]}/{test["sources"]}")
|
||||
sources = rtl_manifest.read_sources(f"{test['base_path']}/{test['sources']}")
|
||||
|
||||
runner.build(
|
||||
verilog_sources=sources,
|
||||
|
||||
Reference in New Issue
Block a user