Sign in
foss-fpga-tools
/
third_party
/
yosys
/
f88335a8a5284a8e69230ec20eeeca6c02b055bf
/
.
/
manual
/
PRESENTATION_Prog
/
sigmap_test.v
blob: 18dcf5eb78ecb4647249b4d3b2c3eb5c3169115d [
file
]
module
test
(
input a
,
output x
,
y
);
assign x
=
a
,
y
=
a
;
endmodule