用cpld开发的激光控制器的源码

源代码在线查看: div.hif

软件大小: 331 K
上传用户: eektcqzz
关键词: cpld 激光控制器 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				HIF003
				--
				-- Copyright (C) 1988-2002 Altera Corporation
				-- Any megafunction design, and related net list (encrypted or decrypted),
				-- support information, device programming or simulation file, and any other
				-- associated documentation or information provided by Altera or a partner
				-- under Altera's Megafunction Partnership Program may be used only to
				-- program PLD devices (but not masked PLD devices) from Altera.  Any other
				-- use of such megafunction design, net list, support information, device
				-- programming or simulation file, or any other related documentation or
				-- information is prohibited for any other purpose, including, but not
				-- limited to modification, reverse engineering, de-compiling, or use with
				-- any other silicon devices, unless such use is explicitly licensed under
				-- a separate agreement with Altera or a megafunction partner.  Title to
				-- the intellectual property, including patents, copyrights, trademarks,
				-- trade secrets, or maskworks, embodied in any such megafunction design,
				-- net list, support information, device programming or simulation file, or
				-- any other related documentation or information provided by Altera or a
				-- megafunction partner, remains with Altera, the megafunction partner, or
				-- their respective licensors.  No other licenses, including any licenses
				-- needed under any third party's intellectual property, are provided herein.
				--
				-- Warning: do not edit this file!
				--
				FILES
				{
					altshift.tdf
					{
						altshift [DEPTH=0,WIDTH=4,USE_LPM_FOR_AHDL_OPERATORS] []
						{
							5 [DEPTH=0,WIDTH=1,USE_LPM_FOR_AHDL_OPERATORS=OFF] [result0,data0];
							4 [DEPTH=0,WIDTH=4,USE_LPM_FOR_AHDL_OPERATORS=OFF] [result3,result2,result1,result0,data3,data2,data1,data0];
						}
					}
					addcore.tdf
					{
						addcore [DEVICE_FAMILY,CARRY_CHAIN_LENGTH,CARRY_CHAIN,CONSTANT_CIN,width,USE_LPM_FOR_AHDL_OPERATORS] [addcore.inc,aglobal.inc]
						{
							3 [DEVICE_FAMILY=MAX7000S,CARRY_CHAIN_LENGTH=0,CARRY_CHAIN=IGNORE,CONSTANT_CIN=0,width=8,USE_LPM_FOR_AHDL_OPERATORS=OFF] [result4,result3,result2,result1,result0,dataa3,dataa2,dataa1,dataa0,datab3,datab2,datab1,datab0,cin];
							2 [DEVICE_FAMILY=MAX7000S,CARRY_CHAIN_LENGTH=0,CARRY_CHAIN=IGNORE,CONSTANT_CIN=0,width=4,USE_LPM_FOR_AHDL_OPERATORS=OFF] [result3,result2,result1,result0,dataa3,dataa2,dataa1,dataa0,datab3,datab2,datab1,datab0,cin];
						}
					}
					lpm_add_sub.tdf
					{
						lpm_add_sub [STYLE,DEVICE_FAMILY,CARRY_CHAIN_LENGTH=32,CARRY_CHAIN=IGNORE,OPTIMIZE_FOR_SPEED=5,MAXIMIZE_SPEED=5,LPM_PIPELINE=0,ONE_INPUT_IS_CONSTANT=NO,LPM_DIRECTION=DEFAULT,LPM_REPRESENTATION=SIGNED,LPM_WIDTH,USE_LPM_FOR_AHDL_OPERATORS] [lpm_add_sub.inc,addcore.inc,look_add.inc,bypassff.inc,altshift.inc,aglobal.inc]
						{
							1 [STYLE=NORMAL,DEVICE_FAMILY=MAX7000S,CARRY_CHAIN_LENGTH=0,CARRY_CHAIN=IGNORE,OPTIMIZE_FOR_SPEED=5,MAXIMIZE_SPEED=5,LPM_PIPELINE=0,ONE_INPUT_IS_CONSTANT=YES,LPM_DIRECTION=DEFAULT,LPM_REPRESENTATION=SIGNED,LPM_WIDTH=4,USE_LPM_FOR_AHDL_OPERATORS=OFF] [RESULT3,RESULT2,RESULT1,RESULT0,CIN,DATAB3,DATAB2,DATAB1,DATAB0,DATAA3,DATAA2,DATAA1,DATAA0];
						}
					}
					div.vhd
					{
						div [] [U5125632.DLS,U9092257.DLS,U2043679.DLS,U7449008.DLS,U1147235.DLS]
						{
							0 [] [];
						}
					}
				}
				TREE
				{
					div::(0,0):(0): div.vhd
					{
						lpm_add_sub:1:(28,11):(50): lpm_add_sub.tdf
						{
							altshift:5:(226,2):(87,oflow_ext_latency_ffs): altshift.tdf;
							altshift:5:(224,2):(79,carry_ext_latency_ffs): altshift.tdf;
							altshift:4:(222,2):(65,result_ext_latency_ffs): altshift.tdf;
							addcore:2:(212,4):(46,adder): addcore.tdf
							{
								addcore:3:(178,10):(43,adder0): addcore.tdf;
							}
						}
					}
				}
							

相关资源