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

type xlen       : Int = 64
type xlen_bytes : Int = 8
type xlenbits         = bits(xlen)