Explore >> Select a destination


You are here

embecosm.com
| | guillaume.baierouge.fr
10.0 parsecs away

Travel
| |
| | jborza.com
11.4 parsecs away

Travel
| | Continuing with the implementation of CHIP-8 in Verilog, I wanted to continue with the CPU module and get it to actually execute some instructions, so we'll build an instruction decoder, CPU states and a register file. As described in the previous part , we would like to: fetch instruction (2 bytes) from the memory into an 16-bit opcode register decode the instruction execute the instruction Other articles in the series:
| | austinmorlan.com
11.3 parsecs away

Travel
| | Ive been getting into FPGAs lately. Last year I built an FPGA version of Ben Eaters breadboard computer, but Ive been wanting to do a more advanced project to help me gain experience with Verilog and FPGAs in general. For his breadboard computer, Ben Eater followed the design laid out in a book called Digital Computer Electronics by Malvino and Brown. The book builds what it calls the Simple-as-Possible (SAP) Computer.
| | hackaday.io
63.5 parsecs away

Travel
| Developing a new 8 bit computer, in time for Christmas.