Added GP_SYSRESET block
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 29 Mar 2016 05:49:46 +0000 (22:49 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 29 Mar 2016 05:49:46 +0000 (22:49 -0700)
techlibs/greenpak4/cells_sim.v

index 6b5100f7580fae977a2c0eb910128451efa2c0eb..e22bb80cdb265fc5e3623852871a630bfce1798e 100644 (file)
@@ -104,3 +104,10 @@ module GP_COUNT14(input CLK, input wire RST, output reg OUT);
        //more complex hard IP blocks are not supported for simulation yet
 
 endmodule
+
+module GP_SYSRESET(input RST);
+       parameter RESET_MODE = "RISING";
+       
+       //cannot simulate whole system reset
+       
+endmodule