projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9cc51
)
add mul unit to test_issuer
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 6 Jul 2020 22:15:55 +0000
(23:15 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 6 Jul 2020 22:15:55 +0000
(23:15 +0100)
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index 9feafaf1f9151f66a0d403df81e675ba254fe1eb..e787df5f55190276508a057eb971b437cc15ccfe 100644
(file)
--- a/
src/soc/simple/issuer.py
+++ b/
src/soc/simple/issuer.py
@@
-163,6
+163,7
@@
class TestIssuer(Elaboratable):
if __name__ == '__main__':
units = {'alu': 1, 'cr': 1, 'branch': 1, 'trap': 1, 'logical': 1,
'spr': 1,
+ 'mul': 1,
'shiftrot': 1}
pspec = TestMemPspec(ldst_ifacetype='bare_wb',
imem_ifacetype='bare_wb',