abhinav1088
Newbie level 1
- Joined
- Oct 17, 2012
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,286
Hi all,
I am compiling a .sv file and I am getting the following error -
syntax error - illegal use of SystemVerilog keyword 'wildcard' at current location.
The code snippet is -
a1_covergrp : cross mode_1, mode_2, mode_3 iff (---) {
wildcard ignore_bins b1 = binsof (mode_3) intersect {4'b0???};
}
Any help will be useful.
I am compiling a .sv file and I am getting the following error -
syntax error - illegal use of SystemVerilog keyword 'wildcard' at current location.
The code snippet is -
a1_covergrp : cross mode_1, mode_2, mode_3 iff (---) {
wildcard ignore_bins b1 = binsof (mode_3) intersect {4'b0???};
}
Any help will be useful.