greenpak4: Fixed another typo
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Wed, 14 Dec 2016 23:16:26 +0000 (07:16 +0800)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Wed, 14 Dec 2016 23:16:26 +0000 (07:16 +0800)
techlibs/greenpak4/cells_sim.v

index d5a06a453858de90ea120c7d76fe2558e6ad0185..65f4a6f70259a51915864d6ee59ec6c6d1b8ee85 100644 (file)
@@ -137,7 +137,7 @@ module GP_DCMPREF(output OUT);
        wire[7:0] OUT = REF_VAL;
 endmodule
 
-module GP_DCMPMUX(input SEL, input IN0, input IN1, input IN2, input IN3, output OUT)
+module GP_DCMPMUX(input SEL, input IN0, input IN1, input IN2, input IN3, output OUT);
        wire[1:0] SEL;
        wire[7:0] IN0;
        wire[7:0] IN1;