issues
search
MH-Flight-Simulator-X
/
FPGA-src
The source files for the FPGA system, written in SystemVerilog
GNU Lesser General Public License v2.1
2
stars
0
forks
source link
Framebuffer
#2
Closed
MortenSorensenNOR
closed
1 month ago
MortenSorensenNOR
commented
1 month ago
Write a framebuffer module.
The module should:
Support variable width, height and datawidth.
Read and write through x and y coordinate input signals.
Support reset signal for resetting buffer to configurable value.
Support a ready/valid handshake for ease of integration.
Write a framebuffer module.
The module should: