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.

black box definition format query

Status
Not open for further replies.

javi

Junior Member level 1
Joined
Feb 1, 2005
Messages
19
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
173
Hi ,

I have a module interface with many parameters definitions . To define a black box attribute for that module

1. Is it necessary to include all the parameters in it (or) only port interface list is enough .
for example, is the all the parameter declaration need to be included for black box definitions as shown below.

module sample ( in1,in2,out) /* synthesis syn_black_box =1 */ ;
input in1,in2;
output put;

parameter P1 =1'b0;
parameter P2 =1'b0;
....
....
parameter Pn=1'b0;
end module.

ps: Synplify is the synthesis tool.

Thanks,
Javi
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top