History log of /XiangShan/src/main/scala/device/AXI4VGA.scala (Results 1 – 18 of 18)
Revision Date Author Comments
# 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


# 510ae4ee 03-Sep-2021 Jiuyang Liu <[email protected]>

use ExtModule instead of Chisel3.BlackBox. (#988)


# c21bff99 30-Aug-2021 Jiawei Lin <[email protected]>

Bump chisel to 3.5 (#974)

* bump chisel to 3.5

* Remove deprecated 'toBool' && disable tl monitor

* Update RocketChip / Re-enable TLMonitor

* Makefile: remove '--infer-rw'


# 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 ...


# 6f1f3ac7 16-Aug-2020 linjiawei <[email protected]>

Add 'memByte' arg to AXIRAM


# 226300c2 16-Aug-2020 linjiawei <[email protected]>

Rewrite AXI4 VGA


# ec9268f7 01-Oct-2019 Zihao Yu <[email protected]>

device,AXI4VGA: support hdmi signals


# 43002b01 30-Sep-2019 Zihao Yu <[email protected]>

device,AXI4VGA: add FBHelper for emu


# 096a786a 30-Sep-2019 Zihao Yu <[email protected]>

device,AXI4VGA: rewrite VGACtrl with RegMap


# 11348640 30-Sep-2019 Zihao Yu <[email protected]>

device,AXI4VGA: change fb to AXI4Lite, and connect vga at SimMMIO


# 9904078b 24-Sep-2019 Zihao Yu <[email protected]>

device,AXI4VGA: fix vga bug, but still not perfect

* Due to the modification of AXI4Slave, now AXI4RAM has 2 cycle of
latency.
* The display is still not perfect. Some vertical lines are still wro

device,AXI4VGA: fix vga bug, but still not perfect

* Due to the modification of AXI4Slave, now AXI4RAM has 2 cycle of
latency.
* The display is still not perfect. Some vertical lines are still wrong.
* We should modify the vga code to be independent of the behavior of
AXI4RAM.

show more ...


# 466a6a49 03-Mar-2019 Zihao Yu <[email protected]>

device,AXI4VGA: use 2 bit id for frame buffer


# 40f96c68 03-Mar-2019 Zihao Yu <[email protected]>

device,AXI4VGA: use AXI4 for frame buffer to support burst write


# 8b16d276 01-Mar-2019 Zihao Yu <[email protected]>

device,VGA: rename to AXI4VGA