Compare commits

..

1 Commits

Author SHA1 Message Date
morgan c4ea3a7bf3 refactor write_rustc_cfg_file 2023-10-26 12:34:56 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ def write_mem_file(soc, filename):
def write_rustc_cfg_file(soc, filename):
with open(filename, "w") as f:
f.write(cpu_interface.get_rust_cfg(
f.write(cpu_interface.get_rust_cfg(
soc.get_csr_regions(), soc.get_constants()))