aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_xlen64.sail
blob: 7a9030759d17c1768eb6306b2025d43c760a118f (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 XLEN value for the architecture. */

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