Fixed extra semicolon
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
`timescale 1ns/1ps;
|
||||
`timescale 1ns/1ps
|
||||
|
||||
module GP_2LUT(input IN0, IN1, output OUT);
|
||||
parameter [3:0] INIT = 0;
|
||||
|
||||
Reference in New Issue
Block a user