Forum Discussion

rgodw's avatar
rgodw
Icon for New Contributor rankNew Contributor
6 years ago

how to increase the data width of an input

i have to complete a signed n-bit adder. the inputs are STD_LOGIC_VECTOR((DATA_WIDTH-1)downto 0) and output is STD_LOGIC_VECTOR((DATA_WIDTH)downto 0) i was told to do it as by increasing the datawidt...