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.

RTL for synthesis for the mentioned cases

Status
Not open for further replies.

sun_ray

Advanced Member level 3
Joined
Oct 3, 2011
Messages
772
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Activity points
6,828
Are the following synthesizable?

(a) 'ifdef, 'ifdef 'endifdef.
(b) 1'bz (for example, 1'bz is assigned using an assignment statement).
(c) 1'bx (for example, 1'bx is assigned using an assignment statement).
 

Above mentioned compiler directives can be used in synthesizable codes. These( 'ifdef, 'ifdef 'endif (there is no 'endifdef)) are helful to select the code segments and all.
Even
(b) 1'bz is sythesizable but (c) 1'bx is called non-synthesizable as we do not implement the digital circuit for unknowns.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top