Removed VOUT port of GP_BANDGAP
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 12 Jul 2016 05:45:42 +0000 (22:45 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 12 Jul 2016 05:45:42 +0000 (22:45 -0700)
techlibs/greenpak4/cells_sim.v

index 67f00f3a40e88c494d63684eacffc78e9e650b26..bf178a08a74d48721b044df55e8a6cc4156cc24a 100644 (file)
@@ -36,7 +36,7 @@ module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT
 
 endmodule
 
-module GP_BANDGAP(output reg OK, output reg VOUT);
+module GP_BANDGAP(output reg OK);
        parameter AUTO_PWRDN = 1;
        parameter CHOPPER_EN = 1;
        parameter OUT_DELAY = 100;