| Datasheet assumes the user knows how to instantiate the processor in Verilog. And they probably do. However, in the interests of professionalism, I'd like to see an example Verilog application of the processor included in the data sheet showing how it's typically used. | |
| Simple RAM memory; 4KB ought to be way more than enough for our needs (512 x 64b). | |
| Simple ROM memory; 4KB ought to be plenty (1024 x 32b) | |
| Simple console I/O port. | |
| Character output port (prints character to screen) | |
| Bit that exits the simulation. | |
| Custom CSR registers to demo the C-port? | |
| Simple address decoder. | |
| A simple hello-world type application that prints to the screen and exits the simulation. | |
| Memory bus bridge | |