Added keep constraint to GP_SYSRESET cell
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 29 Mar 2016 06:16:43 +0000 (23:16 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 29 Mar 2016 06:16:43 +0000 (23:16 -0700)
techlibs/greenpak4/cells_sim.v

index e22bb80cdb265fc5e3623852871a630bfce1798e..3acea01d254a704c95e343a39790dbb0cc71d536 100644 (file)
@@ -105,6 +105,8 @@ module GP_COUNT14(input CLK, input wire RST, output reg OUT);
 
 endmodule
 
+//keep constraint needed to prevent optimization since we have no outputs
+(* keep *)
 module GP_SYSRESET(input RST);
        parameter RESET_MODE = "RISING";