www.pudn.com > interupt.rar > mac_out_hsd.tdf


--alt_mac_out CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DATAA_WIDTH=36 OPERATION_MODE="OUTPUT_ONLY" OUTPUT_WIDTH=36 aclr clk dataa dataout ena signa signb 
--VERSION_BEGIN 7.2SP3 cbx_alt_mac_out 2007:03:02:13:52:44:SJ cbx_mgl 2007:08:03:15:48:12:SJ  VERSION_END 
 
 
-- Copyright (C) 1991-2007 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. 
 
 
 
--synthesis_resources =  
SUBDESIGN mac_out_hsd 
(  
	aclr[3..0]	:	input; 
	clk[3..0]	:	input; 
	dataa[35..0]	:	input; 
	dataout[35..0]	:	output; 
	ena[3..0]	:	input; 
	signa	:	input; 
	signb	:	input; 
)  
VARIABLE  
	first_adder0_out[35..0]	: WIRE; 
 
BEGIN  
	dataout[] = (first_adder0_out[] & (((signa # (! signa)) # signb) # (! signb))); 
	first_adder0_out[35..0] = dataa[35..0]; 
END; 
--VALID FILE