AXI4Plic.scala (935edac446654a1880ac0112b2380315b5368504) | AXI4Plic.scala (8891a219bbc84f568e1d134854d8d5ed86d6d560) |
---|---|
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 chipsalliance.rocketchip.config._ | 21import org.chipsalliance.cde.config._ |
22import freechips.rocketchip.diplomacy._ 23import utils.{XSDebug, HasTLDump} 24import utility.{RegMap, MaskExpand} 25 26/* base + 0x000000: Reserved (interrupt source 0 does not exist) 27 base + 0x000004: Interrupt source 1 priority 28 base + 0x000008: Interrupt source 2 priority 29 ... --- 153 unchanged lines hidden --- | 22import freechips.rocketchip.diplomacy._ 23import utils.{XSDebug, HasTLDump} 24import utility.{RegMap, MaskExpand} 25 26/* base + 0x000000: Reserved (interrupt source 0 does not exist) 27 base + 0x000004: Interrupt source 1 priority 28 base + 0x000008: Interrupt source 2 priority 29 ... --- 153 unchanged lines hidden --- |