Fix quotes for old python compatibility

This commit is contained in:
Byron Lathi
2025-02-08 14:52:50 -08:00
parent aa44385263
commit c748951641
2 changed files with 2 additions and 2 deletions

View File

@@ -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,