AXI4Flash.scala (f320e0f01bd645f0a3045a8a740e60dd770734a9) AXI4Flash.scala (c21bff99db38ffd5df19a9459a048e16b7b7cb23)
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

--- 4 unchanged lines hidden (view full) ---

13*
14* See the Mulan PSL v2 for more details.
15***************************************************************************************/
16
17package device
18
19import chisel3._
20import chisel3.util._
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

--- 4 unchanged lines hidden (view full) ---

13*
14* See the Mulan PSL v2 for more details.
15***************************************************************************************/
16
17package device
18
19import chisel3._
20import chisel3.util._
21import Chisel.BlackBox
21import chipsalliance.rocketchip.config.Parameters
22import freechips.rocketchip.diplomacy.AddressSet
23import utils._
24
25class FlashHelper extends BlackBox with HasBlackBoxInline {
26 val io = IO(new Bundle {
27 val clk = Input(Clock())
28 val ren = Input(Bool())

--- 46 unchanged lines hidden ---
22import chipsalliance.rocketchip.config.Parameters
23import freechips.rocketchip.diplomacy.AddressSet
24import utils._
25
26class FlashHelper extends BlackBox with HasBlackBoxInline {
27 val io = IO(new Bundle {
28 val clk = Input(Clock())
29 val ren = Input(Bool())

--- 46 unchanged lines hidden ---