adds AXI4/ACEL unaligned addr burst tests

This commit is contained in:
2025-01-09 10:34:32 +01:00
parent 5490f0203f
commit ea802247da
7 changed files with 213 additions and 12 deletions

View File

@ -2,12 +2,12 @@
#define SC_INCLUDE_DYNAMIC_PROCESSES
#include <sysc/kernel/sc_simcontext.h>
#endif
#include <array>
#include <catch2/catch_all.hpp>
#include <factory.h>
#include <scc/cci_param_restricted.h>
#include <scc/utilities.h>
#include <systemc>
using namespace sc_core;
struct top : public sc_core::sc_module {