Hello Everyone,
In the existing code, the width of the WdwType is defined as shown below. Here WDW_SIZE is a macro.
typedef sc_bv<WDW_SIZE> WdwType;
But I want the width to be configurable. So I have declared a structure variable of datatype unsigned int and want to do the same. Can anybody please let me know how this can be done?
Thank you.
Regards
Karthik.