From 655c742b13609cfe75c6dcdf9405fd6e43d014da Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Wed, 1 Jul 2020 20:06:38 +0200 Subject: [PATCH] Rework indentation and add Wishbone tests --- gram/simulation/simsoctb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index 32e33ae..4ca4b9d 100644 --- a/gram/simulation/simsoctb.v +++ b/gram/simulation/simsoctb.v @@ -4,7 +4,7 @@ module simsoctb; //parameter simticks = 70000; - parameter simticks = 2000000; + parameter simticks = 4000000; // GSR & PUR init requires for Lattice models GSR GSR_INST ( -- 2.30.2