extends factory to support SystemC core wrapper
This commit is contained in:
@ -83,7 +83,7 @@ template <> struct traits<tgc_c> {
|
||||
|
||||
enum mem_type_e { MEM, FENCE, RES, CSR };
|
||||
|
||||
enum class opcode_e : unsigned short {
|
||||
enum class opcode_e {
|
||||
LUI = 0,
|
||||
AUIPC = 1,
|
||||
JAL = 2,
|
||||
|
Reference in New Issue
Block a user