t131_h.vhd
来自「Workshop vhdl code from Esperan」· VHDL 代码 · 共 9 行
VHD
9 行
--
-- This file test the support for Separate files to desicribe
-- the package header and the package body. In order to perform this test properly,
-- the file named t131_B.vhd will have to be compiled after this one.
--
package P_TEST is
type T_STATE is (ST0, ST1, ST2);
end P_TEST;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?