Adopted changes to sc-components

This commit is contained in:
2018-12-30 13:24:44 +01:00
parent 3ed0e5ec45
commit 6103de7ae9
6 changed files with 32 additions and 14 deletions

View File

@@ -18,6 +18,7 @@
#include "scv.h"
#include "scc/scv_tr_db.h"
#include "scc/report.h"
#include "scc/value_registry.h"
// text 11308µs/11602µs
// compressed 10365µs/ 9860µs
@@ -366,6 +367,7 @@ int sc_main(int argc, char *argv[]) {
sc_signal<bool> data_rdy;
sc_signal<sc_uint<8>> bus_data;
scc::value_registry registry;
// create modules/channels
test t("t");
rw_pipelined_transactor tr("tr");