File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,10 @@ set_property sdx_kernel true [ipx::current_core]
31
31
set_property sdx_kernel_type rtl [ipx::current_core]
32
32
33
33
# Declare bus interfaces.
34
- # NOTE: In the old version of our AXI wrapper `clk` was named `ap_clk`
35
- # TODO: Before merging change this back and update Calyx-AXI-wrapper to use ap_clk
36
- # (or do something else that doesnt break the old verilog-wrapper)
37
- ipx::associate_bus_interfaces -busif s_axi_control -clock clk [ipx::current_core]
34
+ ipx::associate_bus_interfaces -busif s_axi_control -clock ap_clk [ipx::current_core]
38
35
lvarpop argv
39
36
foreach busname $argv {
40
- ipx::associate_bus_interfaces -busif $busname -clock clk [ipx::current_core]
37
+ ipx::associate_bus_interfaces -busif $busname -clock ap_clk [ipx::current_core]
41
38
}
42
39
43
40
# Close & save the temporary project.
You can’t perform that action at this time.
0 commit comments