t131_b.vhd
来自「Workshop vhdl code from Esperan」· VHDL 代码 · 共 10 行
VHD
10 行
--
-- This file tests the support for Separate files to implement the package header and
-- the package body. to perform the test properly, the file named t131_H.vhd has to be
-- compiled before this one is.
--
package body P_TEST is
constant TEN : bit_vector(7 downto 0) := "11110000";
end P_TEST;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?