Revert default for EXTENSION_ZC* to match docs in hazard3_config.vh
This commit is contained in:
parent
4a1d2b5008
commit
2905c1f820
|
@ -61,11 +61,11 @@ parameter EXTENSION_ZBKB = 0,
|
||||||
// EXTENSION_ZCB: Support for Zcb basic additional compressed instructions
|
// EXTENSION_ZCB: Support for Zcb basic additional compressed instructions
|
||||||
// Requires: EXTENSION_C. (Some Zcb instructions also require Zbb or M.)
|
// Requires: EXTENSION_C. (Some Zcb instructions also require Zbb or M.)
|
||||||
// Note Zca is equivalent to C, as we do not support the F extension.
|
// Note Zca is equivalent to C, as we do not support the F extension.
|
||||||
parameter EXTENSION_ZCB = 1,
|
parameter EXTENSION_ZCB = 0,
|
||||||
|
|
||||||
// EXTENSION_ZCMP: Support for Zcmp push/pop instructions.
|
// EXTENSION_ZCMP: Support for Zcmp push/pop instructions.
|
||||||
// Requires: EXTENSION_C.
|
// Requires: EXTENSION_C.
|
||||||
parameter EXTENSION_ZCMP = 1,
|
parameter EXTENSION_ZCMP = 0,
|
||||||
|
|
||||||
// EXTENSION_ZIFENCEI: Support for the fence.i instruction
|
// EXTENSION_ZIFENCEI: Support for the fence.i instruction
|
||||||
// Optional, since a plain branch/jump will also flush the prefetch queue.
|
// Optional, since a plain branch/jump will also flush the prefetch queue.
|
||||||
|
|
Loading…
Reference in New Issue