How much one SYNCDELAY have time?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hi

   

I willing to make reset signal to fpga from fx2lp. 

   

So i willing to use SYNCDELAY like this 

   

rst=0;

   

SYNCDELAY

   

SYNCDELAY

   

SYNCDELAY

   

 

   

rst=1;

   

 

   

 

   

Is that can possible way?

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

   

You can use in the way you showed it here.

   

SYNCDELAY is just calling few nop() functions based on IFLCK and CPU clock frequencies.

   

Also, you can use for() loop with some count to insert delay.

   

Thanks,

   

sai krishna.

0 Likes