From ce7de5ed303ae8a3537730dbe7accfd5d2d50857 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 16 Aug 2015 11:48:05 -0400 Subject: [PATCH] Commentary, bug951 --- test_regress/t/t_bitsel_enum.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_bitsel_enum.v b/test_regress/t/t_bitsel_enum.v index 3143dc2ad..a30a5e6d3 100644 --- a/test_regress/t/t_bitsel_enum.v +++ b/test_regress/t/t_bitsel_enum.v @@ -16,7 +16,7 @@ module t_bitsel_enum } MyEnum; assign out0 = CNST_VAL[0]; - // This is not supported by NC-verilog nor VCS, so Verilator does not support it either + // Not supported by NC-verilog nor VCS, but other simulators do assign out1 = ENUM_VAL[0]; // named values of an enumeration should act like constants so this should work just like the line above works initial begin