Hi all,
I downloaded this https://reference.digilentinc.com/_media/reference/pmod/pmodcls/pmodcls_demo.zip project and it outputs "Hello From Digilent" on pmodcls.
I am having a problem in understanding following code, please help.
type LOOKUP is array ( 0 to 33 ) of std_logic_vector (7 downto 0);
-- Hexadecimal values below represent ASCII characters
constant command : LOOKUP := ( X"1B",
X"5B",
X"6A",
X"1B",