From: Eddie Hung Date: Thu, 11 Jul 2019 17:25:59 +0000 (-0700) Subject: $__ABC_FD_ASYNC_MUX.Q -> Y X-Git-Tag: working-ls180~881^2^2~258 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93fbd56db1c72403881281aa2c3e61bf6e622344;p=yosys.git $__ABC_FD_ASYNC_MUX.Q -> Y --- diff --git a/techlibs/xilinx/abc_ff.v b/techlibs/xilinx/abc_ff.v index e4937f646..81696ddb5 100644 --- a/techlibs/xilinx/abc_ff.v +++ b/techlibs/xilinx/abc_ff.v @@ -131,7 +131,7 @@ module \$__ABC_FF_ (input C, D, output Q); endmodule (* abc_box_id = 1000 *) -module \$__ABC_FD_ASYNC_MUX (input A, B, S, output Q); +module \$__ABC_FD_ASYNC_MUX (input A, B, S, output Y); // assign Q = S ? B : A; endmodule