A
aleksa
Guest
DBUS : in STD_LOGIC_VECTOR (7 downto 0);
signal ADDRESS : natural range 0 to 9;
ADDRESS <= DBUS (3 downto 0);
What conversion function should I use here?
Using ISE 10.1
signal ADDRESS : natural range 0 to 9;
ADDRESS <= DBUS (3 downto 0);
What conversion function should I use here?
Using ISE 10.1