aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_flen_F.sail
blob: ad5b381c498d2dd884f52a3607c93d09a53ddaf8 (plain)
1
2
3
4
5
/* Define the FLEN value for the 'F' extension. */

type flen       : Int = 32
type flen_bytes : Int = 4
type flenbits         = bits(flen)