SystemVerilog problem?

D

Davy

Guest
Hi all,

Can I replace
Code:
bins a[] = {[0:51]} iff(VALID & VRESET);


with

Code:
if(VALID & VRESET)
bins a[] = {[0:51]} ;


Best regards,
Davy
 

Welcome to EDABoard.com

Sponsor

Back
Top