- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello:
I'm atempting to add a SRAM to a NIOS II Cyclone CPU. THe SRAM is an ST M86AW256M (16 bit data) and uses signals UBn and LBn. These are Upper Byte and Lower Byte Enabled. THe logic to read and write the SRAM requires that one or both of these signals to go active. I've created an interface to user logic with SOPC builder and added 2 'byteenable_n' type signals as ports. My questions is where can I find the logic and timing descriptions for these signals. I've searched byte enable but can't find what I'm looking for. George링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
have a look at
Avalon bus specification document http://www.altera.com/literature/manual/mn..._avalon_bus.pdf (http://www.altera.com/literature/manual/mnl_avalon_bus.pdf)- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
That's it!!!!!!!!!
For those who don't want to read the while document, Byte Enable Line go with address lines. Thanks