Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
91c065df031c31bc350c1052607ca347e71c741d
/
.
/
src
/
Testcases
/
YosysTests
/
frontends
/
verilog_defaults
/
top1.v
blob: ce7a9dd09ca29a2b867382b3d7d05798b80abf01 [
file
] [
log
] [
blame
]
module
top1
(
input
[
3
:
0
]
S
,
input
[
15
:
0
]
D
,
output M2
,
M4
,
M8
,
M16
);
endmodule