Skip to content

Commit

Permalink
Remove duplicate sep
Browse files Browse the repository at this point in the history
This is defined already by Sail now.
  • Loading branch information
Timmmm committed Nov 17, 2023
1 parent 9f4cad6 commit dec1c06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions model/riscv_types.sail
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ enum extop_zbb = {RISCV_SEXTB, RISCV_SEXTH, RISCV_ZEXTH}

enum zicondop = {RISCV_CZERO_EQZ, RISCV_CZERO_NEZ}

val sep : unit <-> string
mapping sep : unit <-> string = {
() <-> opt_spc() ^ "," ^ def_spc()
}

mapping bool_bits : bool <-> bits(1) = {
true <-> 0b1,
false <-> 0b0
Expand Down

0 comments on commit dec1c06

Please sign in to comment.