Fixed extra semicolon
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Sun, 8 May 2016 04:14:18 +0000 (21:14 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Sun, 8 May 2016 04:14:18 +0000 (21:14 -0700)
techlibs/greenpak4/cells_sim.v

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