mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Fix merge issues
This commit is contained in:
parent
7a45cd5856
commit
7959e9d6b2
6 changed files with 14 additions and 21 deletions
|
@ -26,6 +26,7 @@ endmodule
|
|||
|
||||
module \$__ABC9_FF_ (input D, output Q);
|
||||
assign Q = D;
|
||||
endmodule
|
||||
|
||||
module \$__ABC9_LUT6 (input A, input [5:0] S, output Y);
|
||||
assign Y = A;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue