FauFTB.scala (b60e4b0b20e435a5b85faea9bcac450a1d94a5ab) | FauFTB.scala (3c02ee8f82edea481fa8336c7f54ffc17fafba91) |
---|---|
1/*************************************************************************************** 2* Copyright (c) 2020-2021 Institute of Computing Technology, Chinese Academy of Sciences 3* Copyright (c) 2020-2021 Peng Cheng Laboratory 4* 5* XiangShan is licensed under Mulan PSL v2. 6* You can use this software according to the terms and conditions of the Mulan PSL v2. 7* You may obtain a copy of Mulan PSL v2 at: 8* http://license.coscl.org.cn/MulanPSL2 --- 6 unchanged lines hidden (view full) --- 15***************************************************************************************/ 16 17package xiangshan.frontend 18 19import chipsalliance.rocketchip.config.Parameters 20import chisel3._ 21import chisel3.util._ 22import utils._ | 1/*************************************************************************************** 2* Copyright (c) 2020-2021 Institute of Computing Technology, Chinese Academy of Sciences 3* Copyright (c) 2020-2021 Peng Cheng Laboratory 4* 5* XiangShan is licensed under Mulan PSL v2. 6* You can use this software according to the terms and conditions of the Mulan PSL v2. 7* You may obtain a copy of Mulan PSL v2 at: 8* http://license.coscl.org.cn/MulanPSL2 --- 6 unchanged lines hidden (view full) --- 15***************************************************************************************/ 16 17package xiangshan.frontend 18 19import chipsalliance.rocketchip.config.Parameters 20import chisel3._ 21import chisel3.util._ 22import utils._ |
23import utility._ |
|
23import xiangshan._ 24import chisel3.experimental.chiselName 25import scala.{Tuple2 => &} 26 27trait FauFTBParams extends HasXSParameter with HasBPUConst { 28 val numWays = 32 29 val tagSize = 16 30 --- 173 unchanged lines hidden --- | 24import xiangshan._ 25import chisel3.experimental.chiselName 26import scala.{Tuple2 => &} 27 28trait FauFTBParams extends HasXSParameter with HasBPUConst { 29 val numWays = 32 30 val tagSize = 16 31 --- 173 unchanged lines hidden --- |