3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

Added comment to clarify GP_ABUF cell

This commit is contained in:
Andrew Zonenberg 2016-05-02 20:29:39 -07:00
parent 79460208c9
commit 9fc9d5f1fb

View file

@ -17,6 +17,8 @@ module GP_ABUF(input wire IN, output wire OUT);
assign OUT = IN;
//cannot simulate mixed signal IP
endmodule
module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT);