mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 05:00:52 +00:00
Gowin: deal with active-low tristate (#2971)
* deal with active-low tristate * remove empty port * update sim models * add expected lut1 to tests
This commit is contained in:
parent
c2866780d2
commit
c2d358484f
5 changed files with 15 additions and 7 deletions
|
@ -58,7 +58,7 @@ module \$__NX_TINOUTPAD (input I, OE, output O, inout B);
|
|||
endmodule
|
||||
|
||||
module \$__NX_TOUTPAD (input I, OE, output O);
|
||||
OBZ _TECHMAP_REPLACE_ (.I(I), .O(), .T(~OE), .O(O));
|
||||
OBZ _TECHMAP_REPLACE_ (.I(I), .T(~OE), .O(O));
|
||||
endmodule
|
||||
|
||||
`ifndef NO_LUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue