We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63839 commit 213de64Copy full SHA for 213de64
src/cpu/controller.mlog.jinja
@@ -229,9 +229,9 @@ next_tick:
229
# for debug output
230
read instruction prev_proc "instruction"
231
read op_id prev_proc "op_id"
232
- read rs1 prev_proc "rs1"
233
- read rs2 prev_proc "rs2"
234
- read rd prev_proc "rd"
+ read rs1_id prev_proc "rs1_id"
+ read rs2_id prev_proc "rs2_id"
+ read rd_id prev_proc "rd_id"
235
read imm prev_proc "imm"
236
237
# tell the next proc to fetch the hart state from us
@@ -399,8 +399,8 @@ set _ csr_mie
399
set _ interrupts_pending
400
set _ instruction
401
set _ op_id
402
-set _ rs1
403
-set _ rs2
404
-set _ rd
+set _ rs1_id
+set _ rs2_id
+set _ rd_id
405
set _ imm
406
# {% endraw %}
0 commit comments