亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? clock.vho

?? 基于SMART-I實(shí)驗(yàn)平臺的時(shí)鐘電路設(shè)計(jì)與實(shí)現(xiàn)
?? VHO
?? 第 1 頁 / 共 5 頁
字號:
-- Copyright (C) 1991-2006 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 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version"

-- DATE "11/04/2006 14:20:49"

-- 
-- Device: Altera EP1C3T144C6 Package TQFP144
-- 

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

LIBRARY IEEE;
USE IEEE.std_logic_1164.all;

ENTITY 	clock IS
    PORT (
	clk : IN std_logic;
	reset : IN std_logic;
	LEDOUT : OUT std_logic_vector(7 DOWNTO 0);
	sel : OUT std_logic_vector(2 DOWNTO 0)
	);
END clock;

ARCHITECTURE structure OF clock IS
SIGNAL GNDs : std_logic_vector(1024 DOWNTO 0);
SIGNAL VCCs : std_logic_vector(1024 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_reset : std_logic;
SIGNAL ww_LEDOUT : std_logic_vector(7 DOWNTO 0);
SIGNAL ww_sel : std_logic_vector(2 DOWNTO 0);
SIGNAL \clk~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \clk_counter_1h~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_counter_1h~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_counter_10s~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_counter_10s~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_counter_10h~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_counter_10h~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_counter_10m~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_counter_10m~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_counter_1m~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_counter_1m~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \process4~39_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \process4~39_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Equal6~38_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Equal6~38_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Equal0~38_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Equal0~38_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Equal4~38_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Equal4~38_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Equal2~38_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Equal2~38_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \sel_temp[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \sel_temp[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \sel_temp[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \sel_temp[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \sel_temp[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \sel_temp[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux4~24_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux4~24_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \reset~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \clk_10s[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10s[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10s[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10s[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10s[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10s[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10s[3]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10s[3]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1s[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1s[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1s[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1s[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1s[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1s[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1s[3]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1s[3]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux0~122_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux0~122_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10h[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10h[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10h[3]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10h[3]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10h[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10h[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10h[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10h[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[1]~208_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[1]~208_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[1]~206_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[1]~206_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[1]~216_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[1]~216_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Add4~103_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Add4~103_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1h[3]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1h[3]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux0~123_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux0~123_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1m[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1m[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1m[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1m[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1m[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1m[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_1m[3]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_1m[3]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10m[0]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10m[0]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10m[2]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10m[2]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10m[1]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10m[1]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \clk_10m[3]~I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \clk_10m[3]~I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux0~124_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux0~124_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux0~125_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux0~125_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux3~150_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux3~150_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux3~148_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux3~148_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux3~149_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux3~149_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux3~151_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux3~151_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux1~124_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux1~124_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux1~125_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux1~125_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux1~126_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux1~126_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux1~127_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux1~127_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux2~140_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux2~140_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux2~141_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux2~141_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux2~142_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux2~142_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux2~143_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux2~143_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux11~30_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux11~30_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux10~29_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux10~29_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux9~77_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux9~77_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux8~31_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux8~31_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux7~49_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux7~49_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux6~128_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux6~128_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \Mux5~33_I_modesel\ : std_logic_vector(12 DOWNTO 0);
SIGNAL \Mux5~33_I_pathsel\ : std_logic_vector(10 DOWNTO 0);
SIGNAL \LEDOUT[0]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[1]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[2]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[3]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[4]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[5]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[6]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \LEDOUT[7]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \sel[0]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \sel[1]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL \sel[2]~I_modesel\ : std_logic_vector(26 DOWNTO 0);
SIGNAL clk_counter_1h : std_logic;
SIGNAL clk_counter_10s : std_logic;
SIGNAL clk_counter_10h : std_logic;
SIGNAL clk_counter_10m : std_logic;
SIGNAL clk_counter_1m : std_logic;
SIGNAL \process4~39\ : std_logic;
SIGNAL \Equal6~38\ : std_logic;
SIGNAL \Equal0~38\ : std_logic;
SIGNAL \Equal4~38\ : std_logic;
SIGNAL \Equal2~38\ : std_logic;
SIGNAL \clk~combout\ : std_logic;
SIGNAL \sel_temp[0]\ : std_logic;
SIGNAL \sel_temp[1]\ : std_logic;
SIGNAL \sel_temp[2]\ : std_logic;
SIGNAL \Mux4~24\ : std_logic;
SIGNAL \reset~combout\ : std_logic;
SIGNAL \clk_10s[0]\ : std_logic;
SIGNAL \clk_10s[2]\ : std_logic;
SIGNAL \clk_10s[1]\ : std_logic;
SIGNAL \clk_10s[3]\ : std_logic;
SIGNAL \clk_1s[0]\ : std_logic;
SIGNAL \clk_1s[2]\ : std_logic;
SIGNAL \clk_1s[1]\ : std_logic;
SIGNAL \clk_1s[3]\ : std_logic;
SIGNAL \Mux0~122\ : std_logic;
SIGNAL \clk_1h[0]\ : std_logic;
SIGNAL \clk_10h[0]\ : std_logic;
SIGNAL \clk_10h[3]\ : std_logic;
SIGNAL \clk_10h[1]\ : std_logic;
SIGNAL \clk_10h[2]\ : std_logic;
SIGNAL \clk_1h[1]~208\ : std_logic;
SIGNAL \clk_1h[1]~206\ : std_logic;
SIGNAL \clk_1h[1]~216\ : std_logic;
SIGNAL \clk_1h[1]\ : std_logic;
SIGNAL \clk_1h[2]\ : std_logic;
SIGNAL \Add4~103\ : std_logic;
SIGNAL \clk_1h[3]\ : std_logic;
SIGNAL \Mux0~123\ : std_logic;
SIGNAL \clk_1m[0]\ : std_logic;
SIGNAL \clk_1m[1]\ : std_logic;
SIGNAL \clk_1m[2]\ : std_logic;
SIGNAL \clk_1m[3]\ : std_logic;
SIGNAL \clk_10m[0]\ : std_logic;
SIGNAL \clk_10m[2]\ : std_logic;
SIGNAL \clk_10m[1]\ : std_logic;
SIGNAL \clk_10m[3]\ : std_logic;
SIGNAL \Mux0~124\ : std_logic;
SIGNAL \Mux0~125\ : std_logic;
SIGNAL \Mux3~150\ : std_logic;
SIGNAL \Mux3~148\ : std_logic;
SIGNAL \Mux3~149\ : std_logic;
SIGNAL \Mux3~151\ : std_logic;
SIGNAL \Mux1~124\ : std_logic;
SIGNAL \Mux1~125\ : std_logic;
SIGNAL \Mux1~126\ : std_logic;
SIGNAL \Mux1~127\ : std_logic;
SIGNAL \Mux2~140\ : std_logic;
SIGNAL \Mux2~141\ : std_logic;
SIGNAL \Mux2~142\ : std_logic;
SIGNAL \Mux2~143\ : std_logic;
SIGNAL \Mux11~30\ : std_logic;
SIGNAL \Mux10~29\ : std_logic;
SIGNAL \Mux9~77\ : std_logic;
SIGNAL \Mux8~31\ : std_logic;
SIGNAL \Mux7~49\ : std_logic;
SIGNAL \Mux6~128\ : std_logic;
SIGNAL \Mux5~33\ : std_logic;
SIGNAL \ALT_INV_Mux10~29\ : std_logic;
SIGNAL \ALT_INV_Mux9~77\ : std_logic;
SIGNAL \ALT_INV_Mux8~31\ : std_logic;
SIGNAL \ALT_INV_Mux7~49\ : std_logic;
SIGNAL \ALT_INV_Mux5~33\ : std_logic;
SIGNAL \ALT_INV_reset~combout\ : std_logic;
COMPONENT cyclone_lcell
PORT (
	clk : IN STD_LOGIC;
	dataa : IN STD_LOGIC;
	datab : IN STD_LOGIC;
	datac : IN STD_LOGIC;
	datad : IN STD_LOGIC;
	aclr : IN STD_LOGIC;
	aload : IN STD_LOGIC;
	sclr : IN STD_LOGIC;
	sload : IN STD_LOGIC;
	ena : IN STD_LOGIC;
	cin : IN STD_LOGIC;
	cin0 : IN STD_LOGIC;
	cin1 : IN STD_LOGIC;
	inverta : IN STD_LOGIC;
	regcascin : IN STD_LOGIC;
	combout : OUT STD_LOGIC;
	regout : OUT STD_LOGIC;
	cout : OUT STD_LOGIC;
	cout0 : OUT STD_LOGIC;
	cout1 : OUT STD_LOGIC;
	modesel : IN STD_LOGIC_VECTOR(12 DOWNTO 0);
	pathsel : IN STD_LOGIC_VECTOR(10 DOWNTO 0);
	enable_asynch_arcs : IN STD_LOGIC);
END COMPONENT;

COMPONENT cyclone_io
PORT (
	datain : IN STD_LOGIC;
	oe : IN STD_LOGIC;
	outclk : IN STD_LOGIC;
	outclkena : IN STD_LOGIC;
	inclk : IN STD_LOGIC;
	inclkena : IN STD_LOGIC;
	areset : IN STD_LOGIC;
	sreset : IN STD_LOGIC;
	combout : OUT STD_LOGIC;
	regout : OUT STD_LOGIC;
	padio : INOUT STD_LOGIC;
	modesel : IN STD_LOGIC_VECTOR(26 DOWNTO 0));
END COMPONENT;


COMPONENT INV
    PORT (
	IN1 : IN std_logic;
	Y :  OUT std_logic);
END COMPONENT;

COMPONENT AND1
    PORT (
	IN1 : IN std_logic;
	Y :  OUT std_logic);
END COMPONENT;
BEGIN

ww_clk <= clk;
ww_reset <= reset;
LEDOUT <= ww_LEDOUT;
sel <= ww_sel;

gnd <= '0';
vcc <= '1';
GNDs <= (OTHERS => '0');
VCCs <= (OTHERS => '1');

\clk~I_modesel\ <= "000000000000000000000000001";
\clk_counter_1h~I_modesel\ <= "1100001010101";
\clk_counter_1h~I_pathsel\ <= "00000001111";
\clk_counter_10s~I_modesel\ <= "1100001010101";
\clk_counter_10s~I_pathsel\ <= "00000001111";
\clk_counter_10h~I_modesel\ <= "1100001010101";
\clk_counter_10h~I_pathsel\ <= "00000001111";
\clk_counter_10m~I_modesel\ <= "1100001010101";
\clk_counter_10m~I_pathsel\ <= "00000001111";
\clk_counter_1m~I_modesel\ <= "1100001010101";
\clk_counter_1m~I_pathsel\ <= "00000001111";
\process4~39_I_modesel\ <= "1001001010101";
\process4~39_I_pathsel\ <= "00000001011";
\Equal6~38_I_modesel\ <= "1001001010101";
\Equal6~38_I_pathsel\ <= "00000001100";
\Equal0~38_I_modesel\ <= "1001001010101";
\Equal0~38_I_pathsel\ <= "00000001100";
\Equal4~38_I_modesel\ <= "1001001010101";
\Equal4~38_I_pathsel\ <= "00000001100";
\Equal2~38_I_modesel\ <= "1001001010101";
\Equal2~38_I_pathsel\ <= "00000000110";
\sel_temp[0]~I_modesel\ <= "1100001010101";
\sel_temp[0]~I_pathsel\ <= "00000001000";
\sel_temp[1]~I_modesel\ <= "1100001010101";
\sel_temp[1]~I_pathsel\ <= "00000001100";
\sel_temp[2]~I_modesel\ <= "1100001010101";
\sel_temp[2]~I_pathsel\ <= "00000001110";
\Mux4~24_I_modesel\ <= "1001001010101";
\Mux4~24_I_pathsel\ <= "00000001110";
\reset~I_modesel\ <= "000000000000000000000000001";
\clk_10s[0]~I_modesel\ <= "1100001010101";
\clk_10s[0]~I_pathsel\ <= "00000000100";
\clk_10s[2]~I_modesel\ <= "1100001010101";
\clk_10s[2]~I_pathsel\ <= "00000001111";
\clk_10s[1]~I_modesel\ <= "1100001010101";
\clk_10s[1]~I_pathsel\ <= "00000001111";
\clk_10s[3]~I_modesel\ <= "1100001010101";
\clk_10s[3]~I_pathsel\ <= "00000001111";
\clk_1s[0]~I_modesel\ <= "1100001010101";
\clk_1s[0]~I_pathsel\ <= "00000001000";
\clk_1s[2]~I_modesel\ <= "1100001010101";
\clk_1s[2]~I_pathsel\ <= "00000001110";
\clk_1s[1]~I_modesel\ <= "1100001010101";
\clk_1s[1]~I_pathsel\ <= "00000001111";
\clk_1s[3]~I_modesel\ <= "1100001010101";
\clk_1s[3]~I_pathsel\ <= "00000001111";
\Mux0~122_I_modesel\ <= "1001001010101";
\Mux0~122_I_pathsel\ <= "00000001111";
\clk_1h[0]~I_modesel\ <= "1100001010101";
\clk_1h[0]~I_pathsel\ <= "00000000100";
\clk_10h[0]~I_modesel\ <= "1100001010101";
\clk_10h[0]~I_pathsel\ <= "00000001111";
\clk_10h[3]~I_modesel\ <= "1100001010101";
\clk_10h[3]~I_pathsel\ <= "00000001111";
\clk_10h[1]~I_modesel\ <= "1100001010101";
\clk_10h[1]~I_pathsel\ <= "00000001111";
\clk_10h[2]~I_modesel\ <= "1100001010101";
\clk_10h[2]~I_pathsel\ <= "00000000111";
\clk_1h[1]~208_I_modesel\ <= "1001001010101";
\clk_1h[1]~208_I_pathsel\ <= "00000001111";
\clk_1h[1]~206_I_modesel\ <= "1001001010101";
\clk_1h[1]~206_I_pathsel\ <= "00000001100";
\clk_1h[1]~216_I_modesel\ <= "1001001010101";
\clk_1h[1]~216_I_pathsel\ <= "00000001111";
\clk_1h[1]~I_modesel\ <= "1100001010101";
\clk_1h[1]~I_pathsel\ <= "00000001110";
\clk_1h[2]~I_modesel\ <= "1100001010101";
\clk_1h[2]~I_pathsel\ <= "00000001111";
\Add4~103_I_modesel\ <= "1001001010101";
\Add4~103_I_pathsel\ <= "00000000101";
\clk_1h[3]~I_modesel\ <= "1100001010101";
\clk_1h[3]~I_pathsel\ <= "00000001111";
\Mux0~123_I_modesel\ <= "1001001010101";
\Mux0~123_I_pathsel\ <= "00000001111";
\clk_1m[0]~I_modesel\ <= "1100001010101";
\clk_1m[0]~I_pathsel\ <= "00000001000";
\clk_1m[1]~I_modesel\ <= "1100001010101";
\clk_1m[1]~I_pathsel\ <= "00000001111";
\clk_1m[2]~I_modesel\ <= "1100001010101";
\clk_1m[2]~I_pathsel\ <= "00000001110";
\clk_1m[3]~I_modesel\ <= "1100001010101";
\clk_1m[3]~I_pathsel\ <= "00000001111";
\clk_10m[0]~I_modesel\ <= "1100001010101";
\clk_10m[0]~I_pathsel\ <= "00000001000";
\clk_10m[2]~I_modesel\ <= "1100001010101";
\clk_10m[2]~I_pathsel\ <= "00000001111";
\clk_10m[1]~I_modesel\ <= "1100001010101";
\clk_10m[1]~I_pathsel\ <= "00000001111";
\clk_10m[3]~I_modesel\ <= "1100001010101";
\clk_10m[3]~I_pathsel\ <= "00000001111";
\Mux0~124_I_modesel\ <= "1001001010101";
\Mux0~124_I_pathsel\ <= "00000000111";
\Mux0~125_I_modesel\ <= "1001001010101";
\Mux0~125_I_pathsel\ <= "00000001111";
\Mux3~150_I_modesel\ <= "1001001010101";
\Mux3~150_I_pathsel\ <= "00000000111";
\Mux3~148_I_modesel\ <= "1001001010101";
\Mux3~148_I_pathsel\ <= "00000001111";
\Mux3~149_I_modesel\ <= "1001001010101";
\Mux3~149_I_pathsel\ <= "00000001111";
\Mux3~151_I_modesel\ <= "1001001010101";
\Mux3~151_I_pathsel\ <= "00000001111";
\Mux1~124_I_modesel\ <= "1001001010101";
\Mux1~124_I_pathsel\ <= "00000001111";
\Mux1~125_I_modesel\ <= "1001001010101";
\Mux1~125_I_pathsel\ <= "00000001111";
\Mux1~126_I_modesel\ <= "1001001010101";
\Mux1~126_I_pathsel\ <= "00000000111";
\Mux1~127_I_modesel\ <= "1001001010101";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产成人精品视频| 欧美v国产在线一区二区三区| 色成人在线视频| 欧美日韩在线播放| 欧美va亚洲va在线观看蝴蝶网| 精品成人a区在线观看| 欧美高清在线精品一区| 亚洲欧美日韩国产成人精品影院| 亚洲第一福利一区| 国产一区二区在线观看免费| av成人老司机| 91精品国产欧美一区二区成人| 国产清纯在线一区二区www| 一区二区理论电影在线观看| 麻豆精品精品国产自在97香蕉| 成人av在线网| 91精品国产综合久久蜜臀| 中日韩av电影| 日韩国产精品久久久久久亚洲| 夫妻av一区二区| 欧美日韩电影一区| 国产精品久线在线观看| 秋霞国产午夜精品免费视频| av亚洲精华国产精华精华| 91精品国产综合久久香蕉的特点| 中文字幕中文字幕一区| 美腿丝袜一区二区三区| 97se亚洲国产综合自在线| 日韩欧美一区在线观看| 亚洲美女在线一区| 国产成人午夜99999| 欧美军同video69gay| 国产精品视频一二三区| 麻豆精品国产传媒mv男同| 色系网站成人免费| 国产亚洲精品bt天堂精选| 视频一区二区中文字幕| 91亚洲国产成人精品一区二区三| 欧美刺激脚交jootjob| 亚洲一区二区高清| 成a人片国产精品| 欧美精品一区二区久久久| 午夜欧美在线一二页| 91在线观看美女| 国产午夜精品久久| 老司机午夜精品| 欧美日韩国产三级| 亚洲精品一二三| 波多野结衣在线一区| 精品国产乱码久久| 97久久超碰国产精品电影| 欧美经典一区二区| 男女激情视频一区| 777午夜精品视频在线播放| 亚洲另类在线一区| 99九九99九九九视频精品| 国产日韩v精品一区二区| 狂野欧美性猛交blacked| 欧美午夜宅男影院| 尤物在线观看一区| 91丨porny丨在线| 国产精品日产欧美久久久久| 国产综合色在线视频区| 日韩免费一区二区| 另类人妖一区二区av| 日韩三级视频在线观看| 婷婷六月综合网| 欧美日韩精品欧美日韩精品一| 亚洲三级在线观看| 91视视频在线观看入口直接观看www| 欧美激情综合五月色丁香小说| 国产美女精品人人做人人爽| 精品国产一区二区三区不卡| 精品在线一区二区三区| 日韩欧美一卡二卡| 久久精品av麻豆的观看方式| 日韩网站在线看片你懂的| 麻豆传媒一区二区三区| 日韩免费视频一区| 国产一区二区不卡在线| 久久久久久久久久美女| 国产一区二区精品久久99| 久久久99免费| 国产91在线观看丝袜| 中文在线一区二区| 9久草视频在线视频精品| 亚洲欧美日韩久久| 欧美视频自拍偷拍| 性做久久久久久久免费看| 欧美乱妇15p| 蜜桃久久av一区| 久久夜色精品一区| 国产v综合v亚洲欧| 中文字幕一区二区三区在线播放| 色域天天综合网| 午夜在线成人av| 日韩欧美成人激情| 国产不卡视频在线播放| 综合久久久久久| 欧美私模裸体表演在线观看| 天堂蜜桃91精品| 精品av综合导航| voyeur盗摄精品| 亚洲h在线观看| 精品成人a区在线观看| 成人动漫av在线| 亚洲成人黄色影院| 亚洲精品在线观看网站| 成人动漫在线一区| 五月天亚洲婷婷| 久久久不卡影院| 91免费视频观看| 日韩精品一级二级| 国产清纯白嫩初高生在线观看91 | 亚洲午夜久久久| 欧美电影免费观看完整版| 粉嫩一区二区三区性色av| 怡红院av一区二区三区| 日韩三级.com| 91麻豆国产香蕉久久精品| 热久久一区二区| 中文字幕一区二区不卡| 制服.丝袜.亚洲.中文.综合| 国产精品18久久久久久久久久久久| 亚洲欧美国产77777| 欧美不卡视频一区| 欧洲色大大久久| 国产精品一区二区在线观看网站| 一区二区三区在线播| 精品福利一区二区三区免费视频| 色欧美片视频在线观看在线视频| 老司机一区二区| 一区二区三区国产| 国产日韩成人精品| 欧美一区二区在线不卡| 97精品国产97久久久久久久久久久久| 免费在线成人网| 亚洲精品日韩一| 久久久精品免费免费| 555夜色666亚洲国产免| 99综合电影在线视频| 国内精品视频一区二区三区八戒 | 在线免费观看日本欧美| 国产一区二区三区美女| 午夜视频久久久久久| 中文字幕一区二区三| 久久亚洲综合色| 欧美丰满美乳xxx高潮www| 91在线看国产| 国产白丝精品91爽爽久久| 奇米色777欧美一区二区| 一区二区三区精品视频在线| 国产日韩精品一区二区三区| 日韩一区二区免费电影| 欧洲一区二区三区在线| 99免费精品视频| 国产精品99久久久久久似苏梦涵| 日本一不卡视频| 亚洲一区在线看| 亚洲人成在线播放网站岛国| 欧美韩国日本综合| 精品美女在线播放| 91精品在线一区二区| 欧美又粗又大又爽| 色综合视频一区二区三区高清| 丰满少妇在线播放bd日韩电影| 久久99精品国产麻豆婷婷| 日韩国产精品91| 亚洲成人激情综合网| 亚洲夂夂婷婷色拍ww47| 亚洲精品视频观看| 亚洲色图在线视频| 亚洲天堂久久久久久久| 中文字幕在线观看不卡视频| 欧美极品aⅴ影院| 国产日产欧美一区二区三区| 久久亚洲二区三区| 2024国产精品视频| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 国产91精品在线观看| 国产一区二区三区在线观看精品| 狂野欧美性猛交blacked| 免费在线观看一区二区三区| 蜜桃精品在线观看| 久久精品国产免费| 久久爱www久久做| 精品一区二区三区免费观看| 久久不见久久见免费视频1| 黄网站免费久久| 国产麻豆成人传媒免费观看| 国产精品一区2区| 国产精品77777竹菊影视小说| 国产精品一级片在线观看| 国产精品18久久久久久久久| 国产精品夜夜爽| 成人午夜视频在线| 91美女片黄在线观看| 欧美中文字幕一区二区三区| 欧美高清dvd| 欧美成人午夜电影|