Skip to content

Commit b6a061b

Browse files
committed
Support Ziccif extension
1 parent 9919430 commit b6a061b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

disasm/isa_parser.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
140140
// HINTs encoded in base-ISA instructions are always present.
141141
} else if (ext_str == "zihintntl") {
142142
// HINTs encoded in base-ISA instructions are always present.
143+
} else if (ext_str == "ziccif") {
144+
// aligned instruction fetch is always atomic in Spike
143145
} else if (ext_str == "zaamo") {
144146
extension_table[EXT_ZAAMO] = true;
145147
} else if (ext_str == "zalrsc") {

0 commit comments

Comments
 (0)