From ab4bc5b50378842cf8f33ec9ea7821ab850525a0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 27 Nov 2021 14:32:21 +0000 Subject: [PATCH] code-comments --- src/soc/simple/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/soc/simple/core.py b/src/soc/simple/core.py index 652f5987..bd770a94 100644 --- a/src/soc/simple/core.py +++ b/src/soc/simple/core.py @@ -672,7 +672,8 @@ class NonProductionCore(ControlBase): # the detection of what shall be written to is based # on *issue*. it is delayed by 1 cycle so that instructions # "addi 5,5,0x2" do not cause combinatorial loops due to - # fake-dependency on *themselves* + # fake-dependency on *themselves*. this will totally fail + # spectacularly when doing multi-issue print ("write vector (for regread)", regfile, wvset) wviaddr_en = Signal(len(wvset), name="wv_issue_addr_en_"+name) issue_active = Signal(name="iactive_"+name) -- 2.30.2