SimTop.scala (62129679e14d57027dce494de9820b77083b5f54) SimTop.scala (7d45a146d3c44839ba821bb91ca4950dc2b817f2)
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

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

123 firrtlComplier,
124 firtoolOpts
125 )
126
127 // tools: write cpp files
128 ChiselDB.addToFileRegisters
129 Constantin.addToFileRegisters
130 FileRegisters.write(fileDir = "./build")
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

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

123 firrtlComplier,
124 firtoolOpts
125 )
126
127 // tools: write cpp files
128 ChiselDB.addToFileRegisters
129 Constantin.addToFileRegisters
130 FileRegisters.write(fileDir = "./build")
131 DifftestModule.finish("XiangShan")
131 }
132}
132 }
133}