Skip to content

Commit

Permalink
Move virtual 'prv' register to a seperate section to make it more cle…
Browse files Browse the repository at this point in the history
…ar it is not a real register.
  • Loading branch information
mwachs5 committed May 6, 2017
1 parent 6b3c9d7 commit 0512f5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ REGISTERS_TEX += dm_registers.tex
REGISTERS_TEX += trace_registers.tex
REGISTERS_TEX += sample_registers.tex
REGISTERS_TEX += abstract_commands.tex
REGISTERS_TEX += sw_registers.tex

REGISTERS_CHISEL += dm_registers.scala
REGISTERS_CHISEL += abstract_commands.scala
Expand Down
7 changes: 7 additions & 0 deletions core_debug.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ \section{Core Debug Registers} \label{debreg}
The Core Debug Registers must be implemented for each hart being debugged.

\input{core_registers.tex}

\section{Virtual Debug Registers} \label{virtreg}

Virtual debug registers are a requirement on the debugger SW/interface,
not on the Core designer.

\input{sw_registers.tex}
1 change: 1 addition & 0 deletions riscv-debug-spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
\input{trace_registers.tex.inc}
\input{sample_registers.tex.inc}
\input{abstract_commands.tex.inc}
\input{sw_registers.tex.inc}

\input{vc.tex}

Expand Down

0 comments on commit 0512f5d

Please sign in to comment.