mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
Fix Liberty issue
This commit is contained in:
parent
dd487ca8a1
commit
654e92e04e
4 changed files with 63 additions and 0 deletions
5
tests/liberty/liberty_define.lib.verilogsim.ok
Normal file
5
tests/liberty/liberty_define.lib.verilogsim.ok
Normal file
|
@ -0,0 +1,5 @@
|
|||
module not_cell (A, Y);
|
||||
input A;
|
||||
output Y;
|
||||
assign Y = !A[0]; // !A[0]
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue