adds generation if IMEM space
This commit is contained in:
@ -81,7 +81,7 @@ template <> struct traits<tgc5c> {
|
||||
|
||||
enum sreg_flag_e { FLAGS };
|
||||
|
||||
enum mem_type_e { MEM, FENCE, RES, CSR };
|
||||
enum mem_type_e { MEM, FENCE, RES, CSR, IMEM = MEM };
|
||||
|
||||
enum class opcode_e {
|
||||
LUI = 0,
|
||||
|
Reference in New Issue
Block a user