#
8891a219 |
| 08-Oct-2023 |
Yinan Xu <[email protected]> |
Bump rocket-chip (#2353)
|
#
935edac4 |
| 21-Sep-2023 |
Tang Haojin <[email protected]> |
chore: remove deprecated brackets, APIs, etc. (#2321)
|
#
3c02ee8f |
| 25-Dec-2022 |
wakafa <[email protected]> |
Separate Utility submodule from XiangShan (#1861)
* misc: add utility submodule
* misc: adjust to new utility framework
* bump utility: revert resetgen
* bump huancun
|
#
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.
|
#
a2e9bde6 |
| 10-Nov-2020 |
Allen <[email protected]> |
AXI4SlaveModule: use Seq[AddressSet] instead of AddressSet to allow more flexible address range configuration. With only one AddressSet, we can not even represent very simple address ranges like [2G,
AXI4SlaveModule: use Seq[AddressSet] instead of AddressSet to allow more flexible address range configuration. With only one AddressSet, we can not even represent very simple address ranges like [2G, 32G).
show more ...
|
#
da10912f |
| 02-Nov-2020 |
Yinan Xu <[email protected]> |
src: remove unused import BoringUtils
|
#
48be8ee4 |
| 02-Nov-2020 |
Yinan Xu <[email protected]> |
AXI4Timer: remove isWFI
|
#
63934268 |
| 15-Aug-2020 |
linjiawei <[email protected]> |
Rewrite AXI4Timer, Add AXI4Timer Test
|
#
5fd0e682 |
| 14-Jul-2020 |
LinJiawei <[email protected]> |
Cache, Timer: fix cache addressSpace bug, increase timer inc
|
#
ac65130d |
| 14-Dec-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: add programmable freq and inc
* This can help to generate desired frequency of timer interrupt, no matter what frequency of the clock is.
|
#
0161df2a |
| 10-Dec-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: advance mtime aggressively when executing wfi
* this can reduce the idle time in Linux
|
#
87557494 |
| 21-Nov-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: use us as the unit of mtime
* this match the tick frequency in linux
|
#
434b30e4 |
| 15-Nov-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: make the register offset match standard CLINT
|
#
466eb0a8 |
| 07-Oct-2019 |
Zihao Yu <[email protected]> |
system,SoC: add meip
|
#
4c8d1f11 |
| 07-Oct-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: latch mtip to fix synchronization
* now vivado reports good timing across clock domains
|
#
891d22aa |
| 01-Oct-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: support mtime and mtimecmp
|
#
b28961ec |
| 01-Oct-2019 |
Zihao Yu <[email protected]> |
fpga,axu3cg: add hdmi support
* change the fix clk to 40MHz to obtain good timing result * 50MHz and the 27MHz i2c clock yield bad timing result for inter-clock
|
#
ac67b1cb |
| 09-Sep-2019 |
Zihao Yu <[email protected]> |
device: add AXI4Keyboard but not tested, since zedboard does not have PS2 interface
|
#
4f6228f7 |
| 01-Mar-2019 |
Zihao Yu <[email protected]> |
device: add AXI4Slave to refactor code
|
#
f10a0bcb |
| 01-Mar-2019 |
Zihao Yu <[email protected]> |
device: use BoolStopWatch for axi slave
|
#
ce6a2d5b |
| 01-Mar-2019 |
Zihao Yu <[email protected]> |
bus,axi4,AXI4RAM: move to device package
|
#
89b48a46 |
| 26-Feb-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: use AXI4-Lite port
|
#
5293565b |
| 25-Feb-2019 |
Zihao Yu <[email protected]> |
bus: re-organize the directory structure
|
#
0ec58e86 |
| 22-Feb-2019 |
Zihao Yu <[email protected]> |
device,AXI4Timer: maintain rvalid and bvalid until the channels are ready
|