mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-02-06 18:12:36 +00:00
fixes namespaces to match directory hierarchy
This commit is contained in:
@@ -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
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user