mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-12 09:24:53 +00:00
fixes namespaces to match directory hierarchy
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
#include <minres/uart.h>
|
||||
#include <scc/utilities.h>
|
||||
|
||||
namespace tgc_vp {
|
||||
namespace vp {
|
||||
|
||||
using namespace sc_core;
|
||||
using namespace vpvper::minres;
|
||||
|
||||
@@ -89,4 +90,4 @@ void system::gen_reset() {
|
||||
rst_s = 1;
|
||||
}
|
||||
|
||||
} // namespace tgc_vp
|
||||
} // namespace vp
|
||||
|
||||
Reference in New Issue
Block a user