Altera_Forum
Honored Contributor
14 years agoVHDL:apcial_altera_wdr
hi,friend!
it is VHDL, I can not understand the ext(a,b). example: constant active_width : integer := 16; constant offset_shift : integer := 16; wr_offset <= ext((active_width+1) & offset_shift, wr_offset'length); what is the mean? :oops: