You are browsing as a guest. Sign up (or log in) to start making projects!

njfdev

@njfdev

Joined June 2nd, 2026

  • 4Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

9h 39m 11s logged

Started getting my RISC-V CPU actually working in Verilog. So far I have implemented ADD, ADDI, and JAL, which have allowed to make a small program performing 18 + (3 + 6) and storing it in register x4 (which is correctly 27)!!

0
0
4
Open comments for this post

3h 46m 57s logged

I’ve set up a basic outline for my SOC project! I have a verilog project (an HDL for describing the CPU design) and a simultaneous operating system I am programming, called “nos”!

It is all done for the RISC-V ISA, and I have gotten basic printf functionality working in a qemu riscv32 emulator!

0
0
2
Open comments for this post

1h 55m 7s logged

Got some basic audio wave production!! I ended up using the miniaudio.h header library and manually figured out how to produce square, triangle, sawtooth, and noise waves. These are the key ones I need for my NES emulator!

0
0
17
Open comments for this post

25m logged

Just got started with my retro console hardware emulation project! For now, I have setup a project with Verilator and have a very basic working C++ project.

0
0
13

Followers

Loading…