Need help with understanding which data structure is good to implement this case
|
|
4
|
279
|
January 29, 2024
|
Randomize a 2-dimensional array to generate below pattern:
|
|
4
|
1298
|
January 16, 2024
|
Sum of array (array constraints)
|
|
2
|
514
|
January 11, 2024
|
Count unique values in an array or a queue
|
|
4
|
830
|
November 3, 2023
|
How to set a register to a value thru a hierarchy receiving as string?
|
|
3
|
592
|
October 4, 2023
|
Passing array size as argument for another array inside the task/function
|
|
3
|
756
|
June 20, 2023
|
What causes the failure of the randomization process?
|
|
3
|
594
|
June 19, 2023
|
Comparing Variable slices of Fixed Arrays
|
|
9
|
5858
|
May 22, 2023
|
Constraint for two dimensional array
|
|
16
|
2686
|
May 7, 2023
|
Randc in an variable within an array of objects
|
|
11
|
2749
|
May 2, 2023
|
Generate NXN Matrix with following rules
|
|
2
|
608
|
April 26, 2023
|
How to create random dynamic 2D arrays in SystemVerilog?
|
|
12
|
1500
|
December 5, 2022
|
How do I define an associative array of queues?
|
|
15
|
15911
|
August 19, 2022
|
Arranging zeroes in an array at odd indices
|
|
3
|
910
|
May 2, 2022
|
Printing non-unique elements in an array
|
|
1
|
675
|
April 16, 2022
|
Question on Array.Sum() Method , generate a n*n matrix such that there is only one 1's in a coloumn
|
|
8
|
1422
|
March 14, 2022
|
How to use variable for forcing the path
|
|
4
|
1130
|
March 11, 2022
|
Array constraint. Each row total should be 100, with each element less than 80. I want to understand how to do this using only sum method of array
|
|
9
|
1739
|
February 25, 2022
|
Passing Unpacked Array of Packed Array as task arguments
|
|
1
|
1229
|
February 23, 2022
|
What {(a+1)}[7:0] implies inside conditional statement?
|
|
1
|
755
|
February 2, 2022
|
Constraint for repeating numbers in an array in a unique pattern
|
|
6
|
1915
|
January 28, 2022
|
Foreach usage in randomization constraints
|
|
12
|
8129
|
November 7, 2021
|
Reverse an array without using the reverse() function
|
|
2
|
3012
|
October 28, 2021
|
Associative array duplicate items
|
|
1
|
1515
|
October 27, 2021
|
Constraint randomization for two address regions
|
|
3
|
1439
|
August 5, 2021
|
Finding repeated items in a array using array manipulation methods
|
|
5
|
1797
|
August 4, 2021
|
Regarding class array inside another class
|
|
6
|
1156
|
August 3, 2021
|
Randomizing packed array
|
|
5
|
1574
|
May 8, 2021
|
Systemverilog enum help
|
|
3
|
1058
|
April 3, 2021
|
Why does an uninitialized fixed array get initialized to 0 or 1 using for loop
|
|
2
|
777
|
February 6, 2021
|