From: Luke Kenneth Casson Leighton Date: Wed, 10 Jun 2020 16:41:35 +0000 (+0100) Subject: link ST.go directly to ST.rel X-Git-Tag: div_pipeline~406 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e1c13282694de2e986ea6703bd4dba888c28f66;p=soc.git link ST.go directly to ST.rel --- diff --git a/src/soc/fu/compunits/test/test_compunit.py b/src/soc/fu/compunits/test/test_compunit.py index 42bfad75..971e46a8 100644 --- a/src/soc/fu/compunits/test/test_compunit.py +++ b/src/soc/fu/compunits/test/test_compunit.py @@ -125,6 +125,7 @@ class TestRunner(FHDLTestCase): pi = l0.l0.dports[0].pi m.submodules.cu = cu = self.fukls(pi, awid=4) m.d.comb += cu.ad.go.eq(cu.ad.rel) # link addr-go direct to rel + m.d.comb += cu.st.go.eq(cu.st.rel) # link store-go direct to rel else: m.submodules.cu = cu = self.fukls()