T
Trent R.
Guest
Hello,
I started now with VHDL....so maybe it´s a stupid Question....
but is there an easy way to increment a bitvector?
For example something like this:
SIGNAL nano_bin : std_ulogic_vector(31 downto 0);
IF....THEN
nano_bin <= nano_bin +1 ;
END IF;
THX Trent
I started now with VHDL....so maybe it´s a stupid Question....
but is there an easy way to increment a bitvector?
For example something like this:
SIGNAL nano_bin : std_ulogic_vector(31 downto 0);
IF....THEN
nano_bin <= nano_bin +1 ;
END IF;
THX Trent