From 2455fed25341b39d505bcdad9ae2b07c6cd42a73 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Thu, 18 Jun 2026 09:39:41 -0700 Subject: Move typedefs to types.svh from montreal_pkg Yosys has poor support of packaged types. We will move typedefs to header files to prepare for formal verification with sby and the Tiny Tapeout flow later on, which uses yosys. Additionally, a debug port has been exposed to help verify the internal state of the regfile registers. Signed-off-by: Warrick Lo --- rtl/config_pkg.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/config_pkg.sv') diff --git a/rtl/config_pkg.sv b/rtl/config_pkg.sv index 0120b14..01d6c20 100644 --- a/rtl/config_pkg.sv +++ b/rtl/config_pkg.sv @@ -7,7 +7,7 @@ package config_pkg; /* We use a byte-sliced datapath, inspired by the * classic bit-sliced architecture of old CPUs. */ - localparam int unsigned SLICE_WIDTH = 8; + localparam int unsigned SLICE_WIDTH = 8; /* The RV32E ISA defines 16 general-purpose registers. * We have two read ports to allow for pipelined reads. */ -- cgit v1.2.3