Skip to content

Commit

Permalink
remove extra ap_clk ports in axi_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Jan 2, 2025
1 parent 24bf507 commit a5e858a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yxi/axi-calyx/axi_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ def add_main_comp(prog, mems):
]

add_comp_ports(wrapper_comp, wrapper_inputs, wrapper_outputs)
# Naming the clock signal `ap_clk` ensures Xilinx tool compatability
wrapper_comp.input("ap_clk", 1, ["clk"])

# Cells
# Read stuff
Expand Down

0 comments on commit a5e858a

Please sign in to comment.