Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agrevin committed Sep 20, 2024
1 parent 187d90d commit 1d7fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/fpga/quartus/cyclonev_gt_dk/cyclonev_gt_dk.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def setup(py_params_dict):
"clk_i": "clk",
"rst_i": "reset_sync_arst_out",
"s0_axi_s": "axi",
"m0_axi_s": "memory_axi",
"m0_axi_m": "memory_axi",
},
"num_slaves": 1,
"num_masters": 1,
Expand Down

0 comments on commit 1d7fecf

Please sign in to comment.