pack.vhd
来自「这是著名的硬件调试工具debussy的教学说明」· VHDL 代码 · 共 29 行
VHD
29 行
-- ************************************************************************-- * NOVAS SOFTWARE CONFIDENTIAL PROPRIETARY NOTE *-- * *-- * This software contains information confidential and proprietary *-- * to Novas Software Inc. It shall not be reproduced in whole *-- * or in part or transferred to other documents, or disclosed *-- * to third parties, or used for any purpose other than that *-- * for which it was obtained, without the prior written consent *-- * of Novas Software Inc. *-- * (c) 1996, 1997, 1998 Novas Software Inc. *-- * All rights reserved *-- * *-- ************************************************************************ -- Debussy tutorial case: A simplified microprogramming-based CPU-- file name: pack.vhdlibrary IEEE;use IEEE.std_logic_1164.all;package CONV_PACK_CPU is-- define attributesattribute ENUM_ENCODING : STRING;end CONV_PACK_CPU;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?