aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/rand_const.sv
blob: be00812c0ec484526fbc790cd00a4ae89da03a1d (plain)
1
2
3
4
5
6
7
8
module top;
	rand const reg rx;
	const reg ry;
	rand reg rz;
	rand const integer ix;
	const integer iy;
	rand integer iz;
endmodule