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.

Can this be synteshized: if (clkevent and clk=1) then ?

Status
Not open for further replies.

pavanvkulkarni

Newbie level 4
Joined
Mar 9, 2006
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,348
synthesis errors...

hai,
Just wanted to clarify whether the following statement can be synthesised:
if (clk'event and clk='1') then
.........

We are facing a few errors....
Also we were told not to use the code as above i.e., 'and' operation in the above 'if' statement apparently produces glictches... is that true??... and if so how do we circumvent the problem....

also we are facing a lot of synthesis issues.... so it would be helpful if u could suggest a one stop solution for all our synthesis problems....

We are actually (as part of our project) trying to implement the avionics standard transceiver ARINC-429 on the FPGA (Spartan 3)...So any help in this regard is also welcome

Thank you all in advance
-Pavan
 

Re: synthesis errors...

if (clk'event and clk='1') then statement is synthesizable....and the statement wont produce any glitch problems.

if u have any further issues...do post them here

Regards,
dcreddy1980
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top