updates scc and adds burst packet handling

This commit is contained in:
2024-12-19 17:33:46 +01:00
parent 2c18dd4d17
commit 9fcd203f87
3 changed files with 49 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ template <unsigned PHIT_WIDTH> struct testbench : public sc_core::sc_module {
[this](transaction_type& trans, phase_type& phase, sc_core::sc_time& t) { return this->nb_transport_fw(trans, phase, t); });
isck(tx.tsck);
tx.clk_i(clk);
tx.rst_i(rst);
tx.isck(cxs_chan.tsck);
cxs_chan.isck(rx.tsck);
rx.clk_i(clk);