projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbccbd
)
Set default value for dram_rst
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 30 Jul 2020 13:52:39 +0000
(15:52 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 30 Jul 2020 13:52:39 +0000
(15:52 +0200)
gram/simulation/simsoctb.v
patch
|
blob
|
history
diff --git
a/gram/simulation/simsoctb.v
b/gram/simulation/simsoctb.v
index 538d3357ba1b8b45fc367ef30fb2af73ce2aba67..de800821ff287ae62cb270c69fb1e186b560eec8 100644
(file)
--- a/
gram/simulation/simsoctb.v
+++ b/
gram/simulation/simsoctb.v
@@
-40,7
+40,7
@@
module simsoctb;
wire [1:0] dram_dm;
wire dram_odt;
wire [1:0] dram_tdqs_n;
- reg dram_rst;
+ reg dram_rst
= 0
;
ddr3 #(
.check_strict_timing(0)