LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY WS2812_tb IS END WS2812_tb; ARCHITECTURE behavior OF WS2812_tb IS -- Component Declaration for the Unit Under Test (UUT) COMPONENT ws2812 PORT( clk_50 : IN std_logic; wr_enable : IN std_logic; r : IN std_logic_vector