mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2024-12-21 19:29:21 +00:00
Add XiBus as a module
This commit is contained in:
parent
c3ec10e2dd
commit
513ba19e29
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "nubus-to-ztex-gateware/XiBus"]
|
||||
path = nubus-to-ztex-gateware/XiBus
|
||||
url = git@github.com:rdolbeau/XiBus.git
|
@ -10,4 +10,4 @@ First prototype is working in a Quadra 650. It implements a single-screen-resolu
|
||||
|
||||
Some basic acceleration now exists for 8/16/32 bits, doing rectangle screen-to-screen blits and pattern rectangle fills. 1/2/4 bits also has some acceleration, ut only for byte-aligned cases.
|
||||
|
||||
There's also a basic RAM Disk using the 248 MiB of SDRAM not used by the framebuffer. So far this is by 32-bits accesses from the host; DMA using 1x block mode is still TBD.
|
||||
There's also a basic RAM Disk using the 248 MiB of SDRAM not used by the framebuffer. The driver can use either synchronous direct access to the memory bt the CPU, or asynchronous using DMA (using 16-bytes blocks). Frustratingly, the direct access methode seems faster.
|
1
nubus-to-ztex-gateware/XiBus
Submodule
1
nubus-to-ztex-gateware/XiBus
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 44d7267ff802b54cebda7e0a643a90cff71247e4
|
Loading…
Reference in New Issue
Block a user