⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 key.vho

📁 这是一个凌阳单片机控制的红外键盘的控制程序
💻 VHO
📖 第 1 页 / 共 5 页
字号:
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions 
-- and other software and tools, and its AMPP partner logic       
-- functions, and any output files any of the foregoing           
-- (including device programming or simulation files), and any    
-- associated documentation or information are expressly subject  
-- to the terms and conditions of the Altera Program License      
-- Subscription Agreement, Altera MegaCore Function License       
-- Agreement, or other applicable license agreement, including,   
-- without limitation, that your use is for the sole purpose of   
-- programming logic devices manufactured by Altera and sold by   
-- Altera or its authorized distributors.  Please refer to the    
-- applicable agreement for further details.

-- VENDOR "Altera"
-- PROGRAM "Quartus II"
-- VERSION "Version 5.0 Build 148 04/26/2005 SJ Full Version"

-- DATE "09/05/2006 21:31:21"

-- 
-- Device: Altera EP1C3T144C8 Package TQFP144
-- 

-- 
-- This VHDL file should be used for PRIMETIME only
-- 

LIBRARY IEEE;
USE IEEE.std_logic_1164.all;

ENTITY 	KEY IS
    PORT (
	CLK : IN std_logic;
	KeyPulse : IN std_logic;
	KeyCode : OUT std_logic_vector(41 DOWNTO 0)
	);
END KEY;

ARCHITECTURE structure OF KEY IS
SIGNAL GNDs : std_logic_vector(255 DOWNTO 0);
SIGNAL VCCs : std_logic_vector(255 DOWNTO 0);
SIGNAL gnd : std_logic;
SIGNAL vcc : std_logic;
SIGNAL lcell_ff_enable_asynch_arcs_out : std_logic;
SIGNAL ww_CLK : std_logic;
SIGNAL ww_KeyPulse : std_logic;
SIGNAL ww_KeyCode : std_logic_vector(41 DOWNTO 0);
SIGNAL CLK_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyPulse_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL a_aSign_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL a_aSign_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL a_aPulse_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL a_aPulse_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a0_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a0_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a1_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a1_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a2_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a2_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a3_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a3_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a4_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a4_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a5_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a5_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a6_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a6_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a7_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a7_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a8_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a8_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a9_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a9_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a10_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a10_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a11_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a11_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a12_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a12_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a13_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a13_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a14_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a14_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a15_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a15_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a16_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a16_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a17_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a17_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Count_a18_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Count_a18_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL LessThan_a543_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL LessThan_a543_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL LessThan_a539_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL LessThan_a539_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL LessThan_a540_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL LessThan_a540_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL LessThan_a541_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL LessThan_a541_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL LessThan_a542_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL LessThan_a542_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL Sign_a0_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL Sign_a0_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a5_a_a139_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a5_a_a139_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a0_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a0_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a1_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a1_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a2_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a2_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a3_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a3_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL reduce_nor_a37_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL reduce_nor_a37_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a4_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a4_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a5_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a5_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL reduce_nor_a1_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL reduce_nor_a1_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL SquNumber_a1_a_a164_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL SquNumber_a1_a_a164_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a1815_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a1815_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a1818_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a1818_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a1814_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a1814_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a1816_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a1816_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a1817_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a1817_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a0_a_a1773_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a0_a_a1773_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a41_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a41_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a40_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a40_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a39_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a39_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a38_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a38_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a37_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a37_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a36_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a36_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a35_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a35_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a34_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a34_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a33_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a33_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a32_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a32_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a31_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a31_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a30_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a30_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a29_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a29_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a28_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a28_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a27_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a27_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a26_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a26_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a25_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a25_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a24_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a24_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a23_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a23_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a22_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a22_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a21_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a21_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a20_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a20_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a19_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a19_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a18_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a18_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a17_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a17_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a16_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a16_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a15_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a15_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a14_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a14_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a13_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a13_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a12_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a12_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a11_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a11_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a10_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a10_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a9_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a9_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a8_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a8_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a7_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a7_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a6_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a6_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a5_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a5_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a4_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a4_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a3_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a3_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a2_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a2_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a1_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a1_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCodeTemp_a0_a_aI_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCodeTemp_a0_a_aI_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a0_a_a83_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a0_a_a83_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a0_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a0_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a1_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a1_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a2_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a2_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a3_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a3_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a4_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a4_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a5_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a5_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a6_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a6_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a7_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a7_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a8_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a8_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a9_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a9_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a10_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a10_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a11_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a11_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a12_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a12_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a13_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a13_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a14_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a14_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a15_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a15_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a16_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a16_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a17_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a17_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a18_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a18_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a19_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a19_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a20_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a20_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a21_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a21_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a22_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a22_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a23_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a23_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a24_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a24_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a25_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a25_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a26_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a26_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a27_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a27_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a28_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a28_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a29_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a29_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a30_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a30_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a31_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a31_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a32_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a32_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a33_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a33_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a34_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a34_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a35_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a35_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a36_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a36_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a37_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a37_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a38_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a38_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a39_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a39_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a40_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a40_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a41_a_areg0_I_modesel : std_logic_vector(12 DOWNTO 0);
SIGNAL KeyCode_a41_a_areg0_I_pathsel : std_logic_vector(10 DOWNTO 0);
SIGNAL KeyCode_a0_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a1_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a2_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a3_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a4_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a5_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a6_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a7_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a8_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a9_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a10_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a11_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a12_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a13_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a14_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a15_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a16_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a17_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a18_a_aI_modesel : std_logic_vector(26 DOWNTO 0);
SIGNAL KeyCode_a19_a_aI_modesel : std_logic_vector(26 DOWNTO 0);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -