From 0fbccbd9f792a0ab3d9550f23fa85f3524f4aa55 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Thu, 30 Jul 2020 15:52:11 +0200 Subject: [PATCH] Fix typo --- gram/simulation/simcrgtb.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gram/simulation/simcrgtb.sv b/gram/simulation/simcrgtb.sv index 4039581..941b923 100644 --- a/gram/simulation/simcrgtb.sv +++ b/gram/simulation/simcrgtb.sv @@ -3,7 +3,7 @@ `timescale 1 ns / 1 ns module simcrgtb; - // GSR & PUR init requires for Lattice models + // GSR & PUR init required for Lattice models GSR GSR_INST ( .GSR(1'b1) ); -- 2.30.2