1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-01 17:25:51 +00:00

add support for WFI instruction

This commit is contained in:
Alfred Persson Forsberg
2025-05-12 14:40:43 +02:00
committed by Olof Kindgren
parent f5ddfaa637
commit b4216a030d
7 changed files with 311 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
`verilator_config
// Bits [1:0] in i_wb_rdt are not used at all
lint_off -rule UNUSED -file "*/serv_top.v" -lines 185
lint_off -rule UNUSED -file "*/serv_top.v" -lines 95
// Bits [1:0] in i_wb_rdt are not used at all
lint_off -rule UNUSED -file "*/serv_top.v" -lines 186
//Some bits in the instruction word are not used in serv_decode but it's easier
//to just send in the whole word than picking out bits