aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/param_struct.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/various/param_struct.ys')
-rw-r--r--tests/various/param_struct.ys3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/various/param_struct.ys b/tests/various/param_struct.ys
index 6d7a7c6ad..b8de67968 100644
--- a/tests/various/param_struct.ys
+++ b/tests/various/param_struct.ys
@@ -41,8 +41,7 @@ always_comb begin
assert(j == 1'b1);
assert(k == 1'b0);
assert(l == 3'b111);
-// TODO: support access to whole sub-structs and unions
-// assert(m == 2'b10);
+ assert(m == 2'b10);
assert(u == 5'b11001);
end
endmodule