From: Andrew Zonenberg Date: Wed, 14 Dec 2016 23:17:07 +0000 (+0800) Subject: greenpak4: And another typo :( X-Git-Tag: yosys-0.8~553^2^2~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3491d338634b76639d46770c04f907ac60f19a96;p=yosys.git greenpak4: And another typo :( --- diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v index 65f4a6f70..25a49ac06 100644 --- a/techlibs/greenpak4/cells_sim.v +++ b/techlibs/greenpak4/cells_sim.v @@ -151,7 +151,7 @@ module GP_DCMPMUX(input SEL, input IN0, input IN1, input IN2, input IN3, output 2'b10: OUT <= IN1; 2'b01: OUT <= IN2; 2'b11: OUT <= IN3; - end + endcase end endmodule