Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What does PACKAGE BODY DWT2DPkg IS mean?

Status
Not open for further replies.

farhaenis

Newbie level 5
Joined
Mar 27, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
sfax
Activity points
1,323
i dont understand the meaning of this package:
PACKAGE BODY DWT2DPkg IS

FUNCTION Dwt2dCtrlVector(x : IN TYPE_DWT2D_CTRL_SIGNAL_ENUM) RETURN TYPE_DWT2D_CTRL_SIGNAL IS
BEGIN
RETURN TYPE_DWT2D_CTRL_SIGNAL(TO_UNSIGNED(TYPE_DWT2D_CTRL_SIGNAL_ENUM'POS(x), CST_DWT2D_CTRL_SIG_BUS_WIDTH));
END;

END DWT2DPkg;

can any one explain it to me.
thinks[/b]
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top