seemagoyal44
Member level 1
//want a vhdl code for 16 bit counter with uprange and low rangei.e input are reset,count enable,considering with up range and low range. //
SAME DESIGN IS MODIFIED ------
with same inputs but one more input is added mode[1:0]
IF mode[00] then ....increment order by 1
if mode[01].....increment by2
if mode[10]......increment by3
if mode[11].....random value....(random value should not cross up and low range)
SAME DESIGN IS MODIFIED ------
with same inputs but one more input is added mode[1:0]
IF mode[00] then ....increment order by 1
if mode[01].....increment by2
if mode[10]......increment by3
if mode[11].....random value....(random value should not cross up and low range)