Added GP_BANDGAP cell
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Mon, 4 Apr 2016 23:56:43 +0000 (16:56 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Mon, 4 Apr 2016 23:56:43 +0000 (16:56 -0700)
techlibs/greenpak4/cells_sim.v

index 4ea5769601d7e0141494840f4c801d347721d841..d98526215d8e0576a0cd091dd8f84c677e9da7df 100644 (file)
@@ -144,3 +144,12 @@ module GP_SYSRESET(input RST);
        //cannot simulate whole system reset
        
 endmodule
+
+module GP_BANDGAP(output reg OK, output reg VOUT);
+       parameter AUTO_PWRDN = 1;
+       parameter CHOPPER_EN = 1;
+       parameter OUT_DELAY = 100;
+       
+       //cannot simulate mixed signal IP
+       
+endmodule