mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 17:36:16 +00:00
Added GP_BANDGAP cell
This commit is contained in:
parent
e4e6becba9
commit
c01ff05fab
1 changed files with 9 additions and 0 deletions
|
@ -144,3 +144,12 @@ module GP_SYSRESET(input RST);
|
||||||
//cannot simulate whole system reset
|
//cannot simulate whole system reset
|
||||||
|
|
||||||
endmodule
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue