Skip to content

Commit 0ace95d

Browse files
authored
Removed Unwanted Comments
Signed-off-by: Joydeep Tripathy <[email protected]>
1 parent ccf8c7e commit 0ace95d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

model/riscv_insts_base.sail

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,6 @@ $[name "Fence (Instruction)"]
764764
*/
765765
union clause ast = FENCEI : unit
766766

767-
// The rs1, rd and imm fields are marked as reserved to indicate
768-
// that they are not currently used but may be reserved for future extensions.
769767
mapping clause encdec = FENCEI()
770768
<-> reserved_bits_12(ZERO) @ reserved_bits_5(ZERO) @ 0b001 @ reserved_bits_5(ZERO) @ 0b0001111
771769

0 commit comments

Comments
 (0)