Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20644 Discussions

query on avalan slave interface specification

Altera_Forum
Honored Contributor II
1,866 Views

HI All, 

iam looking at the document of avalan mm slave interface specification.i am interested in interface level protocol with timings with respect to clock. 

i have attached the timing diagram of read followed by write using wait_request here that i took from the document. 

i am seeing once read got deasserted there is one clock cycle delay for the next write to be asserted. 

i would like to know if read deassertion and write assertion can happen at the same clock edge? 

 

in my case i see when read signal deassertion and write signal assertion ,if happens at the same clock edge,the slave code is getting stuck. 

However the code works fine if i add some delay between two transactions., 

 

 

 

Regards, 

Jagadish
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,137 Views

The diagram is drawn with an extra clock cycle between the read and the write for clarity only. 

 

If the slave design is yours, you will have to correct it. You should at least be able to accept back-to-back writes or reads, going from read to write or vice versa without that extra clock cycle shouldn't pose a problem either.
0 Kudos
Altera_Forum
Honored Contributor II
1,137 Views

 

--- Quote Start ---  

The diagram is drawn with an extra clock cycle between the read and the write for clarity only. 

 

If the slave design is yours, you will have to correct it. You should at least be able to accept back-to-back writes or reads, going from read to write or vice versa without that extra clock cycle shouldn't pose a problem either. 

--- Quote End ---  

 

 

 

Thanks for the suggestion.Josyb. 

will change my slave code.
0 Kudos
Reply