Altera_Forum
Honored Contributor
15 years agotruncated value
Hi all,
when I'm designing a simple mux: assign cmp_b = sel_ab1 ? (n+1'b1) : a; where N = 2 I got this warning: "Warning (10230): Verilog HDL assignment warning at determining_pivot_DU.v(69): truncated value with size 32 to match size of target (4)" What can I do in order to eliminate this warning? Thanks in advance, ty6