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++
12745 ディスカッション

Avlalon slave Bus

Altera_Forum
名誉コントリビューター II
1,284件の閲覧回数

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 件の賞賛
2 返答(返信)
Altera_Forum
名誉コントリビューター II
550件の閲覧回数

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.

Altera_Forum
名誉コントリビューター II
550件の閲覧回数

Thanks Mr Daixiwen for your attention.

返信