aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_flen_D.sail
blob: 0edfa77938fd6f59379d370ec9def35d1a4620f5 (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 'D' extension. */

type flen       : Int = 64
type flen_bytes : Int = 8
type flenbits         = bits(flen)