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

📄 time.hif

📁 几个VHDL实现的源程序及其代码
💻 HIF
字号:
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
{
	hour.tdf
	{
		hour [USE_LPM_FOR_AHDL_OPERATORS] []
		{
			1 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [clk,reset,daout5,daout4,daout3,daout2,daout1,daout0];
		}
	}
	minute.tdf
	{
		minute [USE_LPM_FOR_AHDL_OPERATORS] []
		{
			2 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [clk,reset,sethour,clk1,daout6,daout5,daout4,daout3,daout2,daout1,daout0,enhour];
		}
	}
	second.tdf
	{
		second [USE_LPM_FOR_AHDL_OPERATORS] []
		{
			9 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [daout0,daout1,daout2,daout3,daout4,daout5,daout6,setmin,reset,clk];
			8 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [enmin,setmin,reset,clk];
			3 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [clk,reset,setmin,daout6,daout5,daout4,daout3,daout2,daout1,daout0,enmin];
		}
	}
	alert.tdf
	{
		alert [USE_LPM_FOR_AHDL_OPERATORS] []
		{
			4 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [clk,dain6,dain5,dain4,dain3,dain2,dain1,dain0,speak,lamp2,lamp1,lamp0];
		}
	}
	seltime.tdf
	{
		seltime [USE_LPM_FOR_AHDL_OPERATORS] []
		{
			5 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [clk1,reset,sec6,sec5,sec4,sec3,sec2,sec1,sec0,min6,min5,min4,min3,min2,min1,min0,hour5,hour4,hour3,hour2,hour1,hour0,daout3,daout2,daout1,daout0,sel2,sel1,sel0];
		}
	}
	74138.gdf
	{
		74138 [] []
		{
			6 [] [];
		}
	}
	deled.tdf
	{
		deled [USE_LPM_FOR_AHDL_OPERATORS] []
		{
			7 [USE_LPM_FOR_AHDL_OPERATORS=OFF] [num3,num2,num1,num0,a,b,c,d,e,f,g,h];
		}
	}
	time.gdf
	{
		time [] []
		{
			0 [] [];
		}
	}
}
TREE
{
	time::(0,0):(0): time.gdf
	{
		minute::(0,0):(78): minute.tdf;
		deled:7:(0,0):(62): deled.tdf;
		74138:6:(0,0):(51): 74138.gdf;
		seltime:5:(0,0):(35): seltime.tdf;
		alert:4:(0,0):(34): alert.tdf;
		minute:2:(0,0):(32): minute.tdf;
		hour:1:(0,0):(31): hour.tdf;
	}
}

⌨️ 快捷键说明

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