sinara-hw / Humpback

General purpose STM32/ESP32/OrangePi/Beaglebone baseboard with FPGA and 2 downstream / 1 upstream EEM ports
5 stars 4 forks source link

Serial pinout #8

Open airwoodix opened 5 years ago

airwoodix commented 5 years ago

As discussed in m-labs/migen#180, the pinout and schematics indicate the serial wire names from the µC perspective. Should at least the netlist be changed to reflect the FPGA perspective?

jordens commented 5 years ago

The decent solution is probably: The net should be called cpu_tx or fpga_rx and then the fpga platform can call it rx and the CPU code can call it tx.

airwoodix commented 5 years ago

Of course, cts and rts need to be crossed as well.