1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-28 16:59:27 +00:00

Make bufreg 4-bit compatible

This commit is contained in:
Olof Kindgren
2025-05-08 22:34:48 +02:00
parent 46e2d76005
commit 2ff6fcbbd2
3 changed files with 43 additions and 6 deletions

View File

@@ -9,4 +9,6 @@ lint_off -rule UNUSED -file "*/serv_decode.v" -lines 8
//Some variables are only used when we connect an Extension with serv_decode
lint_off -rule UNUSED -file "*/serv_top.v" -lines 70
//Some bufreg signals are not used in 1-bit mode
lint_off -rule UNUSED -file "*/serv_bufreg.v" -lines 10
lint_off -rule UNUSED -file "*/serv_bufreg.v" -lines 19-21