Skip to content

Commit 0cdbc4b

Browse files
committed
Remove scratch RAM for now
1 parent 8c838c7 commit 0cdbc4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpu/cpu.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
`default_nettype none
77

8+
`define NO_SCRATCH
9+
810
module tinyqv_cpu #(parameter NUM_REGS=16, parameter REG_ADDR_BITS=4) (
911
input clk,
1012
input rstn,

0 commit comments

Comments
 (0)