Hello ,
I have a confusion related to systemc data types particularly
what is the difference between sc_int and int(c++) ....the difference
i found out was that sc_int is 64bit and int is 2byte or 4 byte depends on compiler....
could anyone elaborate any difference in above and which is preferred ???
does it have any effect on scheduler ??