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.

a piece of code - synthesizeable or not?

Status
Not open for further replies.

mawais

Junior Member level 2
Joined
Mar 4, 2009
Messages
20
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,281
Activity points
1,433
Synthesizeable or not?

Hi!
I am new to VHDL, I want to know that is the following piece of code synthesizeable or not

process (x)
begin
if(x' event and x = '0') then
.....
....
end if;
end process;

Where x is any signal or input other than the clock. I am perticularly refering to the event statement that is it possible to syntesize an edge trigreed process asynchronously in a real time hardware.
I am using Xilinx ISE 10.1. Can anyone tell how to know by using this software that which part or statement is not synthesizeable.
Thanks in advance.
best regards,
Muhammad Awais.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top