Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI use the cal_UART instead of the UART,then generate cpu_name.ptf, compared with the old cpu_name.ptf, there is no the list information in the new cpu_name.ptf!
who can help me ? 1. PORT_WIRING { PORT rxd { direction = "input"; width = "1"; Is_Enabled = "1"; } PORT txd { direction = "output"; width = "1"; Is_Enabled = "1"; } PORT cts_n { direction = "input"; width = "1"; Is_Enabled = "0"; } PORT rts_n { direction = "output"; width = "1"; Is_Enabled = "0"; } }