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

📄 altpllpll.vhd

📁 nois 2cpu 硬件实现编程
💻 VHD
📖 第 1 页 / 共 2 页
字号:
-- megafunction wizard: %ALTPLL%-- GENERATION: STANDARD-- VERSION: WM1.0-- MODULE: altpll -- ============================================================-- File Name: altpllpll.vhd-- Megafunction Name(s):-- 			altpll---- Simulation Library Files(s):-- 			altera_mf-- ============================================================-- ************************************************************-- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!---- 6.1 Build 200 11/20/2006 SJ Full Version-- ************************************************************--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 from 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.LIBRARY ieee;USE ieee.std_logic_1164.all;LIBRARY altera_mf;USE altera_mf.all;ENTITY altpllpll IS	PORT	(		inclk0		: IN STD_LOGIC  := '0';		c0		: OUT STD_LOGIC ;		c1		: OUT STD_LOGIC ;		c2		: OUT STD_LOGIC 	);END altpllpll;ARCHITECTURE SYN OF altpllpll IS	SIGNAL sub_wire0	: STD_LOGIC_VECTOR (5 DOWNTO 0);	SIGNAL sub_wire1	: STD_LOGIC ;	SIGNAL sub_wire2	: STD_LOGIC ;	SIGNAL sub_wire3	: STD_LOGIC ;	SIGNAL sub_wire4	: STD_LOGIC ;	SIGNAL sub_wire5	: STD_LOGIC_VECTOR (1 DOWNTO 0);	SIGNAL sub_wire6_bv	: BIT_VECTOR (0 DOWNTO 0);	SIGNAL sub_wire6	: STD_LOGIC_VECTOR (0 DOWNTO 0);	COMPONENT altpll	GENERIC (		clk0_divide_by		: NATURAL;		clk0_duty_cycle		: NATURAL;		clk0_multiply_by		: NATURAL;		clk0_phase_shift		: STRING;		clk1_divide_by		: NATURAL;		clk1_duty_cycle		: NATURAL;		clk1_multiply_by		: NATURAL;		clk1_phase_shift		: STRING;		clk2_divide_by		: NATURAL;		clk2_duty_cycle		: NATURAL;		clk2_multiply_by		: NATURAL;		clk2_phase_shift		: STRING;		compensate_clock		: STRING;		inclk0_input_frequency		: NATURAL;		intended_device_family		: STRING;		lpm_type		: STRING;		operation_mode		: STRING;		port_activeclock		: STRING;		port_areset		: STRING;		port_clkbad0		: STRING;		port_clkbad1		: STRING;		port_clkloss		: STRING;		port_clkswitch		: STRING;		port_configupdate		: STRING;		port_fbin		: STRING;		port_inclk0		: STRING;		port_inclk1		: STRING;		port_locked		: STRING;		port_pfdena		: STRING;		port_phasecounterselect		: STRING;		port_phasedone		: STRING;		port_phasestep		: STRING;		port_phaseupdown		: STRING;		port_pllena		: STRING;		port_scanaclr		: STRING;		port_scanclk		: STRING;		port_scanclkena		: STRING;		port_scandata		: STRING;		port_scandataout		: STRING;		port_scandone		: STRING;		port_scanread		: STRING;		port_scanwrite		: STRING;		port_clk0		: STRING;		port_clk1		: STRING;		port_clk2		: STRING;		port_clk3		: STRING;		port_clk4		: STRING;		port_clk5		: STRING;		port_clkena0		: STRING;		port_clkena1		: STRING;		port_clkena2		: STRING;		port_clkena3		: STRING;		port_clkena4		: STRING;		port_clkena5		: STRING;		port_extclk0		: STRING;		port_extclk1		: STRING;		port_extclk2		: STRING;		port_extclk3		: STRING	);	PORT (			inclk	: IN STD_LOGIC_VECTOR (1 DOWNTO 0);			clk	: OUT STD_LOGIC_VECTOR (5 DOWNTO 0)	);	END COMPONENT;BEGIN	sub_wire6_bv(0 DOWNTO 0) <= "0";	sub_wire6    <= To_stdlogicvector(sub_wire6_bv);	sub_wire3    <= sub_wire0(2);	sub_wire2    <= sub_wire0(1);	sub_wire1    <= sub_wire0(0);	c0    <= sub_wire1;	c1    <= sub_wire2;	c2    <= sub_wire3;	sub_wire4    <= inclk0;	sub_wire5    <= sub_wire6(0 DOWNTO 0) & sub_wire4;	altpll_component : altpll	GENERIC MAP (		clk0_divide_by => 10,		clk0_duty_cycle => 50,		clk0_multiply_by => 17,		clk0_phase_shift => "-4800",		clk1_divide_by => 10,		clk1_duty_cycle => 50,		clk1_multiply_by => 17,		clk1_phase_shift => "8824",		clk2_divide_by => 10,		clk2_duty_cycle => 50,		clk2_multiply_by => 17,		clk2_phase_shift => "0",		compensate_clock => "CLK0",		inclk0_input_frequency => 20000,		intended_device_family => "Cyclone II",		lpm_type => "altpll",		operation_mode => "NORMAL",		port_activeclock => "PORT_UNUSED",		port_areset => "PORT_UNUSED",		port_clkbad0 => "PORT_UNUSED",		port_clkbad1 => "PORT_UNUSED",		port_clkloss => "PORT_UNUSED",		port_clkswitch => "PORT_UNUSED",		port_configupdate => "PORT_UNUSED",		port_fbin => "PORT_UNUSED",		port_inclk0 => "PORT_USED",		port_inclk1 => "PORT_UNUSED",		port_locked => "PORT_UNUSED",		port_pfdena => "PORT_UNUSED",		port_phasecounterselect => "PORT_UNUSED",		port_phasedone => "PORT_UNUSED",		port_phasestep => "PORT_UNUSED",		port_phaseupdown => "PORT_UNUSED",		port_pllena => "PORT_UNUSED",		port_scanaclr => "PORT_UNUSED",		port_scanclk => "PORT_UNUSED",		port_scanclkena => "PORT_UNUSED",		port_scandata => "PORT_UNUSED",		port_scandataout => "PORT_UNUSED",		port_scandone => "PORT_UNUSED",		port_scanread => "PORT_UNUSED",		port_scanwrite => "PORT_UNUSED",		port_clk0 => "PORT_USED",		port_clk1 => "PORT_USED",		port_clk2 => "PORT_USED",		port_clk3 => "PORT_UNUSED",		port_clk4 => "PORT_UNUSED",		port_clk5 => "PORT_UNUSED",		port_clkena0 => "PORT_UNUSED",		port_clkena1 => "PORT_UNUSED",		port_clkena2 => "PORT_UNUSED",		port_clkena3 => "PORT_UNUSED",		port_clkena4 => "PORT_UNUSED",		port_clkena5 => "PORT_UNUSED",

⌨️ 快捷键说明

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