From: Luke Kenneth Casson Leighton Date: Tue, 18 Jun 2019 16:09:35 +0000 (+0100) Subject: move mem into scoreboard (really should be outside, as should regfile) X-Git-Tag: div_pipeline~1838 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64ba26acb2d0419b507225d1c96e33fd4a85677c;p=soc.git move mem into scoreboard (really should be outside, as should regfile) add mempick GroupPicker --- diff --git a/src/experiment/score6600.py b/src/experiment/score6600.py index 11744db2..8a4efae9 100644 --- a/src/experiment/score6600.py +++ b/src/experiment/score6600.py @@ -28,30 +28,12 @@ class TestMemory(Elaboratable): def __init__(self, regwid, addrw): self.ddepth = 1 # regwid //8 depth = (1<