greenpak4: And another typo :(

This commit is contained in:
Andrew Zonenberg 2016-12-15 07:17:07 +08:00
parent ea787e6be3
commit 3491d33863
1 changed files with 1 additions and 1 deletions

View File

@ -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