Skip to content

Commit

Permalink
fix f4pga.tcl -> f4pga_exec.tcl
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Boronski <[email protected]>
  • Loading branch information
kboronski-ant committed Jul 20, 2022
1 parent 3745896 commit 6c11391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f4pga/common_modules/yosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def map_io(self, ctx: ModuleContext):
return mapping

def execute(self, ctx: ModuleContext):
f4pga_tcl = str(self.common_script_dir.joinpath('f4pga.tcl'))
f4pga_tcl = str(self.common_script_dir.joinpath('f4pga_exec.tcl'))
common_tcl = str(self.common_script_dir.joinpath('common.tcl'))
cmd = f'tcl {f4pga_tcl}; tcl {common_tcl}; tcl {self.tcl_script_path}'
with yosys_temp_files(self.yosys_meta.tempfiles) as tf:
Expand Down

0 comments on commit 6c11391

Please sign in to comment.