File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,10 @@ ipx::edit_ip_in_project -upgrade true -name tmp_edit_project -directory $path_to
30
30
set_property sdx_kernel true [ipx::current_core]
31
31
set_property sdx_kernel_type rtl [ipx::current_core]
32
32
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]
33
+ ipx::associate_bus_interfaces -busif s_axi_control -clock ap_clk [ipx::current_core]
38
34
lvarpop argv
39
35
foreach busname $argv {
40
- ipx::associate_bus_interfaces -busif $busname -clock clk [ipx::current_core]
36
+ ipx::associate_bus_interfaces -busif $busname -clock ap_clk [ipx::current_core]
41
37
}
42
38
43
39
# Close & save the temporary project.
You can’t perform that action at this time.
0 commit comments