IMPORTANT NOTICE:
Please be advised that the Verification Academy Forums will be offline for scheduled maintenance on Sunday, March 23rd at 4:00 US/Pacific.
Verification Academy
I'm trying to create a dynamic array of type int and using a for loop trying to assign a value to each element of the array. I'm getting a syntax error while doing so
SystemVerilog
introduction-to-system-verilog
,
SystemVerilog
,
System-verilog-for-loop
Ammu4392
September 22, 2015, 8:52pm
10
In reply to
bmorris
:
why shud’nt it be just
int cores
;
cores = new[no_cores];
show post in topic