Henry Shulayev Barnes commited on
Commit ·
b570b9b
1
Parent(s): e4cdd5f
Fix clock spec and drop module/testbench counts
Browse files
README.md
CHANGED
|
@@ -35,14 +35,14 @@ Open source 128-core neuromorphic processor with full mesh NoC, STDP learning, a
|
|
| 35 |
| Host interface | UART (FPGA) / AXI-Lite (F2) / PCIe MMIO |
|
| 36 |
| Management | RV32IM RISC-V cluster |
|
| 37 |
| Multi-chip | Chip link with routing table |
|
| 38 |
-
| Clock |
|
| 39 |
|
| 40 |
## Directory Structure
|
| 41 |
|
| 42 |
```
|
| 43 |
catalyst-n1/
|
| 44 |
-
rtl/
|
| 45 |
-
tb/
|
| 46 |
sdk/ Python SDK with CPU, GPU, and FPGA backends
|
| 47 |
fpga/ FPGA build files (Arty A7, AWS F2, Kria K26)
|
| 48 |
sim/ Simulation scripts and visualization
|
|
@@ -57,7 +57,7 @@ Requires [Icarus Verilog](https://github.com/steveicarus/iverilog) (v12+).
|
|
| 57 |
# Compile and run basic simulation
|
| 58 |
make sim
|
| 59 |
|
| 60 |
-
# Run full regression
|
| 61 |
bash run_regression.sh
|
| 62 |
|
| 63 |
# Run a single testbench
|
|
|
|
| 35 |
| Host interface | UART (FPGA) / AXI-Lite (F2) / PCIe MMIO |
|
| 36 |
| Management | RV32IM RISC-V cluster |
|
| 37 |
| Multi-chip | Chip link with routing table |
|
| 38 |
+
| Clock | 62.5 MHz |
|
| 39 |
|
| 40 |
## Directory Structure
|
| 41 |
|
| 42 |
```
|
| 43 |
catalyst-n1/
|
| 44 |
+
rtl/ Verilog sources (core, NoC, memory, host, RISC-V)
|
| 45 |
+
tb/ Testbenches (unit, integration, regression)
|
| 46 |
sdk/ Python SDK with CPU, GPU, and FPGA backends
|
| 47 |
fpga/ FPGA build files (Arty A7, AWS F2, Kria K26)
|
| 48 |
sim/ Simulation scripts and visualization
|
|
|
|
| 57 |
# Compile and run basic simulation
|
| 58 |
make sim
|
| 59 |
|
| 60 |
+
# Run full regression
|
| 61 |
bash run_regression.sh
|
| 62 |
|
| 63 |
# Run a single testbench
|