Quartus project file for NockPU
Go to file
2024-03-13 15:16:00 -04:00
documents added +add example 2024-03-08 15:43:13 -05:00
memory added +add example 2024-03-08 15:43:13 -05:00
simulation Nested Increments working 2022-04-21 17:18:19 -04:00
synthesis Recursive function commit 2022-04-21 16:12:57 -04:00
testbenches added +add example 2024-03-08 15:43:13 -05:00
verilog clean up and getting readyto merge 2024-03-08 11:07:04 -05:00
.gitignore added some autocons tests 2024-02-16 13:24:52 -05:00
command_file got edit working 2024-03-08 10:11:31 -05:00
DE10_Lite_pin_assignments.csv forgot to add files 2022-02-24 17:20:20 -05:00
dec_3_waveview.gtkw fixed memory leak 2024-03-06 13:34:16 -05:00
README.md Update README.md 2024-03-13 15:16:00 -04:00
wave_view.gtkw fixed memory leak 2024-03-06 13:34:16 -05:00

NockPU

This repository contains Verilog code used to produce hardware that can execute Nock code directly.

Design and Reference documentation along with a general chat can be found by joining the urbit group:

~mopfel-winrux/NockPU

How to run

This project can be simulated with iverilog and the waveform can be viewed with gtkwave. Please make sure those are installed on your system.

To compile the project run

iverilog -o npu.vvp -c command_file

This will create a file called npu.vvp. This can be simulated with vvp using the following command

vvp npu.vvp

When the simulation stops you can type finish to stop the simulation. This will create a file called waveform.vcd which will contain the waveform of the model.

This can be viewed using gtkwave:

gtkwave waveform.vcd

Project Layout

In the verilog folder there is the verilog code that can be synthesized into hardware.

The simulation folder contains the ModelSim project files that are used to run simulations of the hardware.

The synthesis folder contains the Quartus project file that is used to synthesize the verilog code into hardware.

The memory folder contains memory files that can be loaded onto the synthesized SRAM.

The testbenches folder contains wrapper classes for different verilog modules to perform unit tests.

It contains Quartus and ModelSim project files . The synthesis and simulation folders respectively

Acknowledgement

This work has been made possible by a Grant from Tacen.