History log of /XiangShan/scripts/xiangshan.py (Results 76 – 87 of 87)
Revision Date Author Comments
# 35620aa8 28-Sep-2021 wakafa <[email protected]>

ci: add cache alias test for ci (#1074)


# 5ef7374f 27-Sep-2021 Li Qianruo <[email protected]>

top: fix debugIntNode on multi-core (#1071)

* scripts,ci: fix broken multi-core build

* Fix debugIntNode on multi core


# 64a887e0 27-Sep-2021 Yinan Xu <[email protected]>

ci: add external interrupt tests (#1062)


# 675acc68 25-Sep-2021 Yinan Xu <[email protected]>

backend: optimize aluOpType to 7 bits (#1061)

This commit optimizes ALUOpType to 7 bits. Alu timing will be checked
later.

We also apply some misc changes including:

* Move REVB, PACK, PACKH,

backend: optimize aluOpType to 7 bits (#1061)

This commit optimizes ALUOpType to 7 bits. Alu timing will be checked
later.

We also apply some misc changes including:

* Move REVB, PACK, PACKH, PACKW to ALU

* Add fused logicZexth, addwZext, addwSexth

* Add instruction fusion test cases to CI

show more ...


# 07596dc6 25-Sep-2021 zfw <[email protected]>

Bmu: support zbk* instruction (#1059)

* Bmu: support zbk* instructions

* ci: add zbk* instruction test


# 5092a298 18-Sep-2021 zfw <[email protected]>

ci: update RV64GCB workloads (#1047)

This PR replaces coremark, microbench, and all perfromence test workloads by corresponding RV64GCB workloads.


# 59bcbb59 19-Aug-2021 Yinan Xu <[email protected]>

scripts: add random seed to emu runs (#925)


# 6c0058d3 28-Jul-2021 Yinan Xu <[email protected]>

misc: update MinimalConfig and add it to ci


# a3e87608 28-Jul-2021 William Wang <[email protected]>

Update difftest to use NEMU master branch (#902)

misc: implement difftest as a submodule


# f320e0f0 24-Jul-2021 Yinan Xu <[email protected]>

misc: update PCL information (#899)

XiangShan is jointly released by ICT and PCL.


# c6d43980 04-Jun-2021 Lemover <[email protected]>

Add MulanPSL-2.0 License (#824)

In this commit, we add License for XiangShan project.


# c11a4d2c 07-May-2021 Yinan Xu <[email protected]>

scripts,ci: add simple python wrapper and use it for CI (#802)

* CI: put perf result in xs-perf/cmtsha-time

* CI: make result dir before start perfing

* Update emu.yml

* ci: add bash script

scripts,ci: add simple python wrapper and use it for CI (#802)

* CI: put perf result in xs-perf/cmtsha-time

* CI: make result dir before start perfing

* Update emu.yml

* ci: add bash scripts

* scripts: add xiangshan wrapper

Co-authored-by: William Wang <[email protected]>

show more ...


1234