From: Luke Kenneth Casson Leighton Date: Wed, 15 Jul 2020 19:42:36 +0000 (+0100) Subject: remove unneeded comment in trap msin stage X-Git-Tag: div_pipeline~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=145836400a1b64f7a5543ceb0a21a4775e8d7344;p=soc.git remove unneeded comment in trap msin stage --- 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)