From 58da621ac3892bda42e31faa6ac4f02bc9cf3f87 Mon Sep 17 00:00:00 2001 From: Andrew Zonenberg Date: Thu, 15 Dec 2016 07:15:38 +0800 Subject: greenpak4: Fixed typo --- techlibs/greenpak4/cells_sim.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'techlibs/greenpak4') diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v index 83727e9b2..d5a06a453 100644 --- a/techlibs/greenpak4/cells_sim.v +++ b/techlibs/greenpak4/cells_sim.v @@ -132,7 +132,7 @@ module GP_DAC(input[7:0] DIN, input wire VREF, output reg VOUT); endmodule -module GP_DCMPREF(output OUT) +module GP_DCMPREF(output OUT); parameter[7:0] REF_VAL = 8'h00; wire[7:0] OUT = REF_VAL; endmodule -- cgit v1.2.3