- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am trying to use LOAN I/O to steal HPS UART0 RX/RX for use in my FPGA logic. I.e I have an VHDL UART that I want to connect to UART0 RX/TX pins. Is this possible?
I have read this post: http://www.alteraforum.com/forum/showthread.php?t=44486&highlight=loan+io And it seems possible. However, in simulation I get no "connection" between HPS_UART_RX and the loaned port. I have setup loan_io_oe (i.e. '1' when output). This got me thinking (from https://www.altera.com/en_us/pdfs/literature/hb/cyclone-v/cv_5v4.pdf): the loanio only operates when the hps registers have been set up in the pre-loader to allowtheir operation. bsp-editor has no checkboxes or options regarding LoanIO. I am confused, hope someone can clarify.링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
1) bsp-editor will automatically generate preloader code according to HPS settings in QSYS. ( for example, the GPIO65 set as LoadIO65)
2) HPS pin mux has assigned after preloader running. 3) I think the "loan IO" can't do simulation.