Compare commits

..

1 Commits

Author SHA1 Message Date
morgan 7d9b007a16 refactor write_rustc_cfg_file 2023-10-26 13:09:58 +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()))