Skip to content
Snippets Groups Projects
Commit a8d2c0bd authored by auphelia's avatar auphelia
Browse files

[CustomOp] Change name of checksum axilite interface

parent 9e06b83d
No related branches found
No related tags found
No related merge requests found
......@@ -329,5 +329,5 @@ class CheckSum(HLSCustomOp):
def get_verilog_top_module_intf_names(self):
intf_names = super().get_verilog_top_module_intf_names()
# expose axilite interface
intf_names["axilite"] = ["s_axi_checksum"]
intf_names["axilite"] = ["s_axilite_checksum"]
return intf_names
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment