Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
72126968c3e83ae65c36e5f2fe4358690145bc88
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00635
/
top.v
blob: bd8b0cc3444f113e77664291851c3b9303e6d8fb [
file
]
module
top
(
input clk
,
input rstn
,
input en
,
input
[
XLEN
-
1
:
0
]
d
,
output
[
XLEN
-
1
:
0
]
q
);
parameter XLEN
=
4
;