adds MSVC compatibility fixes

This commit is contained in:
2022-07-18 11:49:51 +02:00
parent f98e03c531
commit bf5d40e7ff
9 changed files with 17 additions and 7 deletions

View File

@@ -21,7 +21,9 @@ public:
tgc_vp::rst_gen rst_gen{"rst_gen"};
sc_core::sc_vector<tlm::scc::tlm_signal<sc_dt::sc_logic>> gpio_s{"gpio_s", 32};
sc_core::sc_signal<bool> rst_n{"rst_n"};
#ifndef WIN32 // Seasocks not available under windows
vpvper::generic::terminal terminal{"terminal"};
#endif
};
} /* namespace tgc_vp */