Merge pull request #19 from fzeder/master
Small changes to get QTCreator's auto-complete and syntax highlight working properly.
This commit is contained in:
@@ -43,8 +43,10 @@
|
||||
#include "MemSpec.h"
|
||||
#include "../../../common/Utils.h"
|
||||
|
||||
enum class ErrorStorageMode;
|
||||
DEFINE_ENUM_CLASS_WITH_STRING_CONVERSIONS(ErrorStorageMode, (NoStorage)(Store)(ErrorModel))
|
||||
|
||||
enum class EPowerDownMode{NoPowerDown, Staggered, TimeoutPDN, TimeoutSREF};
|
||||
DEFINE_ENUM_CLASS_WITH_STRING_CONVERSIONS(ErrorStorageMode, (NoStorage)(Store)(ErrorModel));
|
||||
|
||||
struct Configuration
|
||||
{
|
||||
|
||||
@@ -57,8 +57,7 @@ using namespace std;
|
||||
using namespace tlm;
|
||||
using namespace Data;
|
||||
|
||||
template<unsigned int BUSWIDTH = 128, unsigned int WORDS = 4096, bool STORE = true, bool FIXED_BL = false,
|
||||
unsigned int FIXED_BL_VALUE = 0>
|
||||
template<unsigned int BUSWIDTH = 128>
|
||||
struct Dram : sc_module
|
||||
{
|
||||
// TLM Related:
|
||||
|
||||
Reference in New Issue
Block a user