Skip to content

Commit

Permalink
fix(fpga): Fix fpga wrapper arst signal for ku040 board
Browse files Browse the repository at this point in the history
  • Loading branch information
arturum1 committed Aug 30, 2023
1 parent a3594ac commit 434db4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/iob_soc_create_wrapper_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def create_ku040_rstn(out_dir, name, num_extmem_connections):
rstn_str = rstn_str[:-3]

file_str = f" wire [{num_extmem_connections}-1:0] rstn;"
file_str += f" assign rst ={rstn_str};"
file_str += f" assign arst ={rstn_str};"

fp_rstn = open(f"{out_dir}/{name}_ku040_rstn.vs", "w")
fp_rstn.write(file_str)
Expand Down

0 comments on commit 434db4b

Please sign in to comment.