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.

creating and instantiating *.nmc in a VHDL design

Status
Not open for further replies.

souri98

Newbie level 3
Joined
Aug 20, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
I checked the following link to make a hard macro (*.nmc).
But I do not know how to instantiate it in my design.

Could you please help me with a simple example?
Or if there is any tutorial on it?
 

Oh I am sorry, this link:
**broken link removed**
 

With these things, you usually have to create a component for it, and then add the attribute syn_black_box (or similar) and set it to true for that component. This tells the synthesisor to ignore it during synthesis and add it in at the fitter stage.
 

Step 6 of that link is required? I mean creating a "symbol"? and would you please tell me how to use this attrib?

---------- Post added at 18:16 ---------- Previous post was at 18:07 ----------

Because writing :
attribute syn_black_box : boolean;
attribute syn_black_box of BEHAVE : architecture is true;
gives synthesis error. Also my macro is not recognized in "Design" window.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top