Forum Discussion
paveetirrasrie_Altera
Frequent Contributor
4 years agoHi RRoma13,
I'm unclear about your query. Could you kindly explain further?
Thanks
Regards,
Pavee
RRoma13
New Contributor
4 years agothe apotheosis of this situation
module signed_test3(
input logic [11:0] a,
input logic [11:0] a1,
output logic [11:0]b,
output logic [11:0]b1
);
assign b[11:0] = unsigned'({a[11],a[10:0]});
assign b1[11:0] = unsigned'(a1[11:0]);
endmodule
see screenshot of rtl viewer