aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_xlen32.sail
blob: 3722e85056545c33b0986792b9d42563b2f11247 (plain)
1
2
3
4
5
/* Define the XLEN value for the architecture. */

type xlen       : Int = 32
type xlen_bytes : Int = 4
type xlenbits         = bits(xlen)