vhdl-parser/vhdl_libraries/ieee2008/ieee_std_context.vhdl
2024-10-04 23:29:34 +08:00

6 lines
133 B
VHDL

context IEEE_STD_CONTEXT is
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.NUMERIC_STD.all;
end context IEEE_STD_CONTEXT;