Added extension mechanism and ported DDR5, LPDDR5, HBM3, TraceAnalyzer

This commit is contained in:
Thomas Psota
2023-02-09 14:22:34 +01:00
parent f4bc3867fc
commit f434026ccd
204 changed files with 1685 additions and 246 deletions

View File

@@ -1,5 +1,10 @@
#include <gtest/gtest.h>
int sc_main(int argc, char** argv)
{
return -1;
};
class MiscTest : public ::testing::Test {
protected:
virtual void SetUp()