projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a2b18a
)
comment out reset signal for iverilog simulation
author
Tobias Platen
<tplaten@posteo.de>
Sun, 7 Aug 2022 17:56:34 +0000
(19:56 +0200)
committer
Tobias Platen
<tplaten@posteo.de>
Sun, 7 Aug 2022 17:56:34 +0000
(19:56 +0200)
src/simsoctb.v
patch
|
blob
|
history
diff --git
a/src/simsoctb.v
b/src/simsoctb.v
index 64fb39a1bf02f772acb8846c487cba04a4e78d16..da3b2e0008ba2d3b80559bcbf794f5856da558ad 100644
(file)
--- a/
src/simsoctb.v
+++ b/
src/simsoctb.v
@@
-90,7
+90,7
@@
module simsoctb;
//defparam ram_chip.
top simsoctop (
- .ddr3_0__rst__io(dram_rst),
+
//FIXME
.ddr3_0__rst__io(dram_rst),
.ddr3_0__dq__io(dram_dq),
.ddr3_0__dqs__p(dram_dqs),
.ddr3_0__clk__p(dram_ck),