Reformat all files.

This commit is contained in:
Lukas Steiner
2023-09-21 16:50:59 +02:00
parent 7eea9c54e0
commit 8224e97abe
44 changed files with 1992 additions and 1097 deletions

View File

@@ -43,7 +43,6 @@
#include <tlm_utils/multi_passthrough_target_socket.h>
/**
* This is just a dummy module. Platform Architect is not able to parse the
* real module...
@@ -57,9 +56,7 @@ public:
sc_core::sc_event terminateSimulation;
SC_HAS_PROCESS(DRAMSys);
DRAMSys(sc_core::sc_module_name name,
std::string simulationToRun,
std::string pathToResources);
DRAMSys(sc_core::sc_module_name name, std::string simulationToRun, std::string pathToResources);
};
class DRAMSysRecordable : public DRAMSys
@@ -71,4 +68,3 @@ public:
};
#endif // DUMMY_H