Xilinx / libsystemctlm-soc

SystemC/TLM-2.0 Co-simulation framework
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/862421112/Co-simulation
Other
222 stars 69 forks source link

pc-axilite.h handshakes naming error #4

Closed fpi-klukomski closed 5 years ago

fpi-klukomski commented 5 years ago

There is a problem with naming of signals (duplicate of check-axilite-reset):

m_check_axilite_handshakes("check-axilite-reset", this),

where it should be renamed to:

m_check_axilite_handshakes("check-axilite-handshakes", this),

This results in runtime warning from SystemC (2.3.2 compiled with g++9):

Warning: (W505) object already exists: top.checker.check-axilite-reset. Latter declaration will be renamed to top.checker.check-axilite-reset_0 In file: kernel/sc_object_manager.cpp:153

edgarigl commented 5 years ago

Thanks, yes I noticed this the other day. It's been fixed now.