jlpteaching / dinocpu

A teaching-focused RISC-V CPU design used at UC Davis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peeking and poking csr signals for testing doesnt work because csr io and regfile is renamed in testing unfriendly way

nganjehloo opened this issue · comments

CSR testing needs to be looked into. After building the register file contents are renamed and thus using peek and poke becomes impractical.