mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-07-01 21:43:26 +02:00
Fixed build problem and adapted visibility in generated code
This commit is contained in:
@ -66,7 +66,7 @@ class RegfileGenerator extends RdlBaseGenerator{
|
||||
public sc_core::sc_module,
|
||||
public sysc::resetable
|
||||
{
|
||||
protected:
|
||||
public:
|
||||
// storage declarations
|
||||
«FOR cdef : componentDefinition.componentDefinitions»
|
||||
«IF cdef.type == ComponentDefinitionType.REG»
|
||||
@ -119,7 +119,6 @@ class RegfileGenerator extends RdlBaseGenerator{
|
||||
«ENDFOR»
|
||||
«ENDFOR»
|
||||
|
||||
public:
|
||||
«componentDefinition.name»(sc_core::sc_module_name nm);
|
||||
|
||||
template<unsigned BUSWIDTH=32>
|
||||
|
Reference in New Issue
Block a user