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:
Matthias Jung
2015-06-28 22:54:17 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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
{

View File

@@ -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: