Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verdi Compiler Error

Status
Not open for further replies.

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.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top