adds multi-packet CXS test case

This commit is contained in:
2024-12-19 11:59:00 +01:00
parent 1eba464c61
commit 085423620d
3 changed files with 37 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
using namespace sc_core;
using namespace sc_dt;
using namespace std;
using namespace cxs;
namespace cxs {
const char* sc_gen_unique_name(const char*, bool preserve_first);
template <unsigned PHIT_WIDTH> struct testbench : public sc_core::sc_module {
@@ -72,5 +72,5 @@ template <unsigned PHIT_WIDTH> struct testbench : public sc_core::sc_module {
sc_core::sc_event confirmation_evt;
scc::fifo_w_cb<cxs_pkt_shared_ptr> recv;
};
} // namespace cxs
#endif // _TESTBENCH_H_