From: Luke Kenneth Casson Leighton Date: Mon, 9 Mar 2020 20:25:36 +0000 (+0000) Subject: add comment on oper_i field X-Git-Tag: div_pipeline~1736 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a2a9caca9cbdca386e8cfe47bd42bf3604d0e22;p=soc.git add comment on oper_i field --- diff --git a/src/soc/experiment/compldst.py b/src/soc/experiment/compldst.py index eebd16e0..316bf8da 100644 --- a/src/soc/experiment/compldst.py +++ b/src/soc/experiment/compldst.py @@ -53,6 +53,7 @@ class LDSTCompUnit(Elaboratable): Control Signals (In) -------------------- + * :oper_i: operation being carried out (LDST_OP_ADD, LDST_OP_LD) * :issue_i: LD/ST is being "issued". * :isalu_i: ADD/SUB is being "issued" (aka issue_alu_i) * :shadown_i: Inverted-shadow is being held (stops STORE *and* WRITE)