projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d7c26
)
increase power-on-delay for icarus sim to allow reset to occur
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 Apr 2022 17:08:59 +0000
(18:08 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 Apr 2022 17:08:59 +0000
(18:08 +0100)
src/ls2.py
patch
|
blob
|
history
diff --git
a/src/ls2.py
b/src/ls2.py
index 04a10bff3ea53660305a7ca9863ee506fd6982d7..91d37797a6dc0c6fc69ecbfac7abf49717b33334 100644
(file)
--- a/
src/ls2.py
+++ b/
src/ls2.py
@@
-281,7
+281,7
@@
class DDR3SoC(SoC, Elaboratable):
pod_bits = 25
if fpga in ['versa_ecp5', 'versa_ecp5_85', 'isim', 'ulx3s']:
if fpga in ['isim']:
- pod_bits =
2
+ pod_bits =
6
self.crg = ECP5CRG(clk_freq, pod_bits)
if fpga in ['arty_a7']:
self.crg = ArtyA7CRG(clk_freq)