projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd27268
)
test single-cycle align phase on 64-bit add
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 17 Feb 2019 14:03:29 +0000
(14:03 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 17 Feb 2019 14:03:29 +0000
(14:03 +0000)
src/add/test_add64.py
patch
|
blob
|
history
diff --git
a/src/add/test_add64.py
b/src/add/test_add64.py
index c79771649699de4fc6143daf9c8766a83d125888..950897eaf235d476b525901e5c31eb12a8d02daa 100644
(file)
--- a/
src/add/test_add64.py
+++ b/
src/add/test_add64.py
@@
-85,6
+85,6
@@
def testbench(dut):
#yield from check_case(dut, 1, 1, 1)
if __name__ == '__main__':
- dut = FPADD(width=64)
+ dut = FPADD(width=64
, single_cycle=True
)
run_simulation(dut, testbench(dut), vcd_name="test_add64.vcd")