#
d4aca96c |
| 19-Aug-2021 |
lqre <[email protected]> |
core: add basic debug mode features (#918)
Basic features of debug mode are implemented.
* Rewrite CSR for debug mode
* Peripheral work for implementing debug module
* Added single step support
core: add basic debug mode features (#918)
Basic features of debug mode are implemented.
* Rewrite CSR for debug mode
* Peripheral work for implementing debug module
* Added single step support
* Use difftest with JTAG support
show more ...
|
#
eb46489b |
| 16-Aug-2021 |
Lingrui98 <[email protected]> |
Merge branch 'master' into merge-master
|
#
5df4db2a |
| 14-Aug-2021 |
Lingrui98 <[email protected]> |
bpu: add support for path hist
|
#
6c0058d3 |
| 28-Jul-2021 |
Yinan Xu <[email protected]> |
misc: update MinimalConfig and add it to ci
|
#
f320e0f0 |
| 24-Jul-2021 |
Yinan Xu <[email protected]> |
misc: update PCL information (#899)
XiangShan is jointly released by ICT and PCL.
|
#
3a6496e9 |
| 16-Jul-2021 |
Yinan Xu <[email protected]> |
configs: change function unit configs for MinimalConfig (#884)
* change the number of function units in MinimalConfig * remove some hard-wired values
|
#
e6f5a5ab |
| 17-Jul-2021 |
Lingrui98 <[email protected]> |
config: add a MinimalSimConfigForFetch
|
#
072158bf |
| 16-Jul-2021 |
Yinan Xu <[email protected]> |
configs: change function unit configs for MinimalConfig (#884)
* change the number of function units in MinimalConfig
* remove some hard-wired values
|
#
f06ca0bf |
| 13-Jul-2021 |
Lingrui98 <[email protected]> |
[WIP] finish ftq logic and fix syntax errors
* Now can pass compiling.
[WIP] comment out-of-date code in frontend
[WIP] move NewFtq to xiangshan.frontend and rename class to Ftq
Ibuffer: update s
[WIP] finish ftq logic and fix syntax errors
* Now can pass compiling.
[WIP] comment out-of-date code in frontend
[WIP] move NewFtq to xiangshan.frontend and rename class to Ftq
Ibuffer: update sigal names for new IFU
[WIP] remove redundant NewFrontend
[WIP] set entry_fetch_status to f_sent once send req to buf
Fix syntax error in IFU
Fix syntax error in IFU/ICache/Ibuffer
[WIP] indent fix in ftq
BPU: Move GlobalHistory define from IFU.scala to BPU.scala
[WIP] fix some compilation errors
BPU: Remove HasIFUConst and move some bundles from BPU.scala to frontendBundle.scala
[WIP] fix some compilation errors
[WIP] rename ftq-bpu ios
[WIP] recover some const definitions
[WIP] fix some compilation errors
[WIP]connect some IOs in frontend
BPU: fix syntax error
[WIP] fix compilation errors in predecode
BPU: fix RAS syntax error
[WIP] add some simulation perf counters back
BPU: Remove numBr redefine in ubtb and bim
show more ...
|
#
c6d43980 |
| 04-Jun-2021 |
Lemover <[email protected]> |
Add MulanPSL-2.0 License (#824)
In this commit, we add License for XiangShan project.
|
#
05f23f57 |
| 12-May-2021 |
William Wang <[email protected]> |
Configs: update MinimalConfig for FPGA (#809)
* Configs: add MinimalFPGAConfig
* TODO: change cache parameters
* Chore: add parameter print
* README: add simulation usage
Currently, Xian
Configs: update MinimalConfig for FPGA (#809)
* Configs: add MinimalFPGAConfig
* TODO: change cache parameters
* Chore: add parameter print
* README: add simulation usage
Currently, XiangShan does not support NOOP FPGA. FPGA related
instructions are removed
* Configs: limit frontend width in MinimalConfig
* MinimalConfig: limit L1/L2 cache size
* MinimalConfig: limit ptw size, disable L2
* MinimalConfig: limit L3 size
* Sbuffer: force trigger write if sbuffer fulls
show more ...
|
#
175bcfe9 |
| 07-May-2021 |
LinJiawei <[email protected]> |
Disable L2 and L3 in MinimalConfig
|
#
45c767e3 |
| 07-May-2021 |
LinJiawei <[email protected]> |
Rewrite arg parser
|