fixes namespaces to match directory hierarchy

This commit is contained in:
2025-07-14 22:53:15 +02:00
parent 129864caf9
commit 132bbbac5e
6 changed files with 21 additions and 47 deletions

View File

@@ -85,7 +85,7 @@ int sc_main(int argc, char* argv[]) {
///////////////////////////////////////////////////////////////////////////
// instantiate top level
///////////////////////////////////////////////////////////////////////////
auto i_system = scc::make_unique<tgc_vp::tb>("tb");
auto i_system = scc::make_unique<vp::tb>("tb");
///////////////////////////////////////////////////////////////////////////
// add non-implemented 'enableTracing' properties
///////////////////////////////////////////////////////////////////////////