dcache.py replace functions that return signals with constants, generate
authorCole Poirier <colepoirier@gmail.com>
Fri, 21 Aug 2020 18:07:21 +0000 (11:07 -0700)
committerCole Poirier <colepoirier@gmail.com>
Fri, 21 Aug 2020 18:07:21 +0000 (11:07 -0700)
commitfc5bf33543a9c8157d310145c15033660a7c71c1
treed93fead21f67c9983f698738dba017b68f24e2e4
parent88dd323bd6a302f9d5a195aee2e7e0ae6f6ec44d
dcache.py replace functions that return signals with constants, generate
ranges from constans instead of same functions returned signals, remove
default values from function args, fixes most of https://bugs.libre-soc.org/show_bug.cgi?id=469#c2
src/soc/experiment/dcache.py