mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
Added comment to clarify GP_ABUF cell
This commit is contained in:
parent
79460208c9
commit
9fc9d5f1fb
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ module GP_ABUF(input wire IN, output wire OUT);
|
||||||
|
|
||||||
assign OUT = IN;
|
assign OUT = IN;
|
||||||
|
|
||||||
|
//cannot simulate mixed signal IP
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT);
|
module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue