Ahsan_Ali
Newbie
Hello Everyone. I want to ask that how a structure is synthesized in system verilog. Because Verilog and System Verilog eventually lead to some hardware. I just want to know what can be the best hardware representation for a structure. Example is:
How the hardware of the above structure will look like?
You can help me by your own example code. Thanks!
Regards,
Ahsan
Code:
struct str_sv{
logic ip1;
logic ip2;
int z;
bit b;
};
How the hardware of the above structure will look like?
You can help me by your own example code. Thanks!
Regards,
Ahsan