Sign in
foss-fpga-tools
/
third_party
/
yosys
/
refs/heads/mwk/iopadmap-fixes
/
.
/
tests
/
techmap
/
aigmap.ys
blob: a40aa39f14be0d11f78bbee7099f239c1e750770 [
file
] [
log
] [
blame
] [
edit
]
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
%