Commentary, bug951

This commit is contained in:
Wilson Snyder 2015-08-16 11:48:05 -04:00
parent 776d8edf52
commit ce7de5ed30
1 changed files with 1 additions and 1 deletions

View File

@ -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