Namespace the complete DRAMSys library

This commit is contained in:
2023-05-16 11:27:16 +02:00
parent 50e87b7a63
commit 69cd04c448
164 changed files with 813 additions and 58 deletions

View File

@@ -39,5 +39,5 @@
TEST(testsuite, test)
{
EXPECT_EQ(Command(Command::Type::ACT).toString(), "ACT");
EXPECT_EQ(DRAMSys::Command(DRAMSys::Command::Type::ACT).toString(), "ACT");
}