[libre-riscv-dev] [Bug 371] code removed by commit 12297566322355ce5fed2e2a5460bea54f69e79e
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Jun 9 13:49:10 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=371
Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|lkcl at lkcl.net |libre-soc at platen-software.d
| |e
--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
commit 12297566322355ce5fed2e2a5460bea54f69e79e
Author: Tobias Platen <tplaten at posteo.de>
Date: Tue Jun 9 14:00:50 2020 +0200
fixes for DualPortSplitter
@@ -307,19 +308,11 @@ class L0CacheBuffer(Elaboratable):
def __init__(self, n_units, mem, regwid=64, addrwid=48):
self.n_units = n_units
self.mem = mem
- self.regwid = regwid
- self.addrwid = addrwid
ul = []
for i in range(n_units):
ul.append(LDSTPort(i, regwid, addrwid))
self.dports = Array(ul)
- def truncaddr(self, addr):
- """truncates the address to the top bits of the memory granularity
- """
- nbits = log2_int(self.mem.regwid)
- return addr[nbits:]
-
def elaborate(self, plat
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list