updates scc and adds scc::memory tests
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-29 07:39:28 +02:00
parent 633a05c265
commit 22a8890f74
8 changed files with 145 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ template <unsigned PHIT_WIDTH> struct testbench : public sc_core::sc_module {
cxs_transmitter<PHIT_WIDTH> tx{"tx"};
cxs_channel<PHIT_WIDTH> cxs_chan{"cxs_chan"};
cxs_receiver<PHIT_WIDTH> rx{"rx"};
tlm::nw::target_mixin<cxs_pkt_target_socket<>, cxs_packet_types> tsck{"tsck"};
tlm::nw::target_mixin<cxs_pkt_target_socket<>, false, cxs_packet_types> tsck{"tsck"};
testbench()
: testbench(sc_core::sc_gen_unique_name("testbench", false)) {}