From: Jean THOMAS Date: Tue, 28 Jul 2020 17:25:00 +0000 (+0200) Subject: Remove simticks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22ebf328fac0df64f1f4bea42bbd2597278bd53e;p=gram.git Remove simticks --- diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index 42d4430..da2adaf 100644 --- 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