From 145836400a1b64f7a5543ceb0a21a4775e8d7344 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 15 Jul 2020 20:42:36 +0100 Subject: [PATCH] remove unneeded comment in trap msin stage --- src/soc/fu/trap/main_stage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/fu/trap/main_stage.py b/src/soc/fu/trap/main_stage.py index 45038c20..325fb373 100644 --- a/src/soc/fu/trap/main_stage.py +++ b/src/soc/fu/trap/main_stage.py @@ -214,8 +214,8 @@ class TrapMainStage(PipeModBase): # OP_SC with m.Case(MicrOp.OP_SC): - # TODO: scv must generate illegal instruction. this is - # the decoder's job, not ours, here. + # tscb is not covered here. currently an illegal instruction. + # raising that the decoder's job, not ours, here. # jump to the trap address, return at cia+4 self.trap(m, 0xc00, cia_i+4) -- 2.30.2