From 5fe030988a21d47dd13af35a9b8697b2181cb6b7 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 5 Nov 2023 20:53:31 +0100 Subject: [PATCH] chore: trace memory array --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1e6fd16..a0ad9f1 100755 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ show: ./waves/$(MODULE).vcd ./obj_dir/Vtb_%: testbench/tb_%.sv src/*.sv verilator --binary --trace \ + --trace-max-array 512 \ src/cpu_types.sv \ src/instruction_decoder.sv \ src/control_unit.sv \ -- 2.48.1