aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_flen_F.sail
blob: c104936cc2c349c64b71c210adf1bf6ffd6779a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*=======================================================================================*/
/*  This Sail RISC-V architecture model, comprising all files and                        */
/*  directories except where otherwise noted is subject the BSD                          */
/*  two-clause license in the LICENSE file.                                              */
/*                                                                                       */
/*  SPDX-License-Identifier: BSD-2-Clause                                                */
/*=======================================================================================*/

/* Define the FLEN value for the 'F' extension. */

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