projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ce83d
)
reduce DIV radix to 1
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 Jul 2020 19:17:07 +0000
(20:17 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 Jul 2020 19:17:07 +0000
(20:17 +0100)
src/soc/fu/div/pipe_data.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/div/pipe_data.py
b/src/soc/fu/div/pipe_data.py
index 035290ab6dc50c99d36039b966e65bb048d9677b..ac3e434ab3320165037413ab8165e835ed84b4c8 100644
(file)
--- a/
src/soc/fu/div/pipe_data.py
+++ b/
src/soc/fu/div/pipe_data.py
@@
-23,7
+23,7
@@
class DIVPipeSpec(CommonPipeSpec):
core_config = DivPipeCoreConfig(
bit_width=64,
fract_width=64,
- log2_radix=
3
,
+ log2_radix=
1
,
)