
This is a simple ALU pipeline that takes the pixel x/y as input, and output a color, parametrable by a few registers
Read the verilog for now
The VGA thing
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | D0 | R1 | |
| 1 | D1 | G1 | |
| 2 | D2 | B1 | |
| 3 | D3 | VSync | |
| 4 | A0 | R0 | |
| 5 | A1 | G0 | |
| 6 | A2 | B0 | |
| 7 | WR | HSync |