1
0
mirror of synced 2026-03-29 19:50:26 +00:00

Fixed extra semicolon

This commit is contained in:
Andrew Zonenberg
2016-05-07 21:14:18 -07:00
parent 85ee88b0ee
commit b5171541cd

View File

@@ -1,4 +1,4 @@
`timescale 1ns/1ps;
`timescale 1ns/1ps
module GP_2LUT(input IN0, IN1, output OUT);
parameter [3:0] INIT = 0;