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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…