- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Is there a reason for the differences in the Megawizard generator when you generate the HPCII controller in SOPC builder vs. generating it in Quartus?
Examples in differences: Quartus generation will generate signals such as mem_odt: std_logic_vector[0 downto 0] where SOPC generations will mem_odt : std_logic ?링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
when SOPC Builder ports out the odt signal from the core to the outside world, it must recognize the 1 bit bus and export as std_logic. you could check to see if this is the case in your <sopc_name>.vhd
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Yep that is it. Thanks!
How about looking at my new post?