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 "WRAPPER" in ASIC refre to?and what does

Status
Not open for further replies.

Guru59

Full Member level 4
Joined
Jul 10, 2006
Messages
217
Helped
7
Reputation
14
Reaction score
3
Trophy points
1,298
Activity points
2,812
hi everyone........

What does "WRAPPER" in ASIC refre to?....

And what does it infer ..........

thanks...........
 

wrapper is a package which is used to convert one interface to another interface or convert one data format to another format, etc. For example, if you have an IP using AMBA bus interface, but your design does not use it, then you need an AMBA wrapper to change it to your actual bus interface to integrate your IP
 

Re: What does "WRAPPER" in ASIC refre to?and what

sometimes u need to write some interface to the tools in perl or tcl to customize the asic design tools to your requirement, these interfaces over the tools are called wrappers
 

in my opinion, warpper is, if we have a AXI interface, but i don't want all AXI transfer are to AXI INTERCONNECTION, and some of AXI transfer should go to another bus depending address, so i need design a wrapper to seperate AXI transfer to different destination.
 

Re: What does "WRAPPER" in ASIC refre to?and what

sometimes u need to write some interface to the tools in perl or tcl to customize the asic design tools to your requirement, these interfaces over the tools are called wrappers
 

Re: What does "WRAPPER" in ASIC refre to?and what

from my understanding, a wrapper is a hierarchy logic level to provide input and

output control for low hierarchy level core, much like a book cover.



Guru59 said:
hi everyone........

What does "WRAPPER" in ASIC refre to?....

And what does it infer ..........

thanks...........
 

If that's the case then I would say "wrapper" is not strictly an ASIC term, but more a more general SoC term.
 

Re: What does "WRAPPER" in ASIC refre to?and what

There are many definitions for wrappers



VHDL Code to Verilog wrapper to integrate at top level or vice versa.

IP Wrappers (In order to mask unnedded signals)

Memory Wrappers

Hard Macro wrappers
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top