projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0862c25
)
Remove simticks
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 17:25:00 +0000
(19:25 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 28 Jul 2020 17:25:00 +0000
(19:25 +0200)
gram/simulation/simsoctb.v
patch
|
blob
|
history
diff --git
a/gram/simulation/simsoctb.v
b/gram/simulation/simsoctb.v
index 42d44300469cc4025509b407a32b467f4f1d7286..da2adaf31ae0bdb99d9901eebcce81658b0ddd01 100644
(file)
--- a/
gram/simulation/simsoctb.v
+++ b/
gram/simulation/simsoctb.v
@@
-3,9
+3,6
@@
`timescale 1 ns / 1 ns
module simsoctb;
- //parameter simticks = 70000;
- parameter simticks = 60000000;
-
// GSR & PUR init requires for Lattice models
GSR GSR_INST (
.GSR(1'b1)
@@
-129,8
+126,6
@@
module simsoctb;
$dumpvars(0, wishbone_we);
$dumpvars(0, simsoctop);
$dumpvars(0, ram_chip);
-
- #simticks $finish;
end
// UART