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