aboutsummaryrefslogtreecommitdiff
path: root/rtl/montreal_pkg.sv (follow)
AgeCommit message (Collapse)AuthorFilesLines
2026-06-22Clean up ALU before mergeMyDariell1-28/+0
Co-authored-by: Warrick Lo <wlo@warricklo.net> Signed-off-by: Warrick Lo <wlo@warricklo.net>
2026-06-20Add basic ALU skeletonWarrick Lo1-0/+28
Signed-off-by: Warrick Lo <wlo@warricklo.net>
2026-06-18Move typedefs to types.svh from montreal_pkgWarrick Lo1-8/+0
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 <wlo@warricklo.net>
2026-06-17Move design parameters to config_pkgWarrick Lo1-0/+8
Signed-off-by: Warrick Lo <wlo@warricklo.net>