Sign in
foss-fpga-tools
/
third_party
/
yosys
/
03457ee13e36574add688a9c2c5c0641a4d6df05
/
.
/
tests
/
techmap
/
aigmap.ys
blob: a40aa39f14be0d11f78bbee7099f239c1e750770 [
file
]
read_verilog
<<
EOT
module
top
(
input i
,
j
,
s
,
output o
,
p
);
assign o
=
s
?
j
:
i
;
assign p
=
~
i
;
endmodule
EOT
select
t
:
$mux
aigmap
-
select
select
-
assert
-
any
%