From: Luke Kenneth Casson Leighton Date: Sun, 2 Jun 2019 00:47:01 +0000 (+0100) Subject: LDSTDepCell can act as a matrix X-Git-Tag: div_pipeline~1910 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbf0b57040da562d802353fe1d68782bcc79ee64;p=soc.git LDSTDepCell can act as a matrix --- diff --git a/src/experiment/score6600.py b/src/experiment/score6600.py index 12d4d625..4c55e0bd 100644 --- a/src/experiment/score6600.py +++ b/src/experiment/score6600.py @@ -22,6 +22,29 @@ from copy import deepcopy from math import log +class Memory(Elaboratable): + def __init__(self, regwid, addrw): + depth = (1<