Reformat all files.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user