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.

SYNTHESIZABLE AND NON SYNTHESIZABLE STATEMENTS IN VHDL ?

Status
Not open for further replies.

hemant2007

Member level 2
Joined
Jan 14, 2007
Messages
43
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,537
what is mean by SYNTHESIZABLE AND NON SYNTHESIZABLE STATEMENTS (VHDL )?

give examples?

thanks in advance!
 

synthesizable are those which will generate some hardware when implemented

and non-synthesizable are those which dont generate any kind of hardware, they are just the instructions for the compiler/assembler

any good example not in mind at the moment sorry 4 that
 
Non-synthesizable can also mean the compiler could convert the HDL into hardware, but for some reason it doesn't do it, usually because it requires too much effort, or the target hardware doesn't adequately support it. Common examples are floating-point arithmetic and precise time delays.
 

The statement which directly can be used to generate the Hardware called as Synthesizable statments.

The statements which can't make any hardware is known as Non-synthesizable.
Ex: wait, after statements.

They can not generate any hardware. See for generating delay we have counter. So 'wait' as such will not do anything. As far simulation is concern it will show you same output but after synthesis it will not.

Please correct if I am wrong anywhere.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top