Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Avlalon slave Bus

Altera_Forum
Honored Contributor II
993 Views

Hello every Body; 

I have made an avalon bus slave component, it have a pipeline structur and it have about 30 clk cycle latency, i made a shift register to get the datavalid signal, and I make the waitrequist signal always equal zero; 

does I made the correct Cochise t for these 2 signals? 

Thanks
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
259 Views

It depends. If your component is still able to process one request per clock cycle, giving data back with the 30 cycle latency, then you are right. But if your component is only able to process one request at a time, requiring 30 cycles, then you shouldn't use the read data valid signal and just stall the master for 30 cycles with the waitrequest signal.

0 Kudos
Altera_Forum
Honored Contributor II
259 Views

Thanks Mr Daixiwen for your attention.

0 Kudos
Reply