From 044e0b10a345f85ae3d8a94dc29956511f3e12bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Thu, 17 Apr 2025 21:29:40 +0200 Subject: uart_benchmark_3_megabaud: transmit U at pi's fastest rate --- uart_benchmark_3_megabaud/top.pcf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 uart_benchmark_3_megabaud/top.pcf (limited to 'uart_benchmark_3_megabaud/top.pcf') diff --git a/uart_benchmark_3_megabaud/top.pcf b/uart_benchmark_3_megabaud/top.pcf new file mode 100644 index 0000000..b5ce785 --- /dev/null +++ b/uart_benchmark_3_megabaud/top.pcf @@ -0,0 +1,28 @@ +set_io ftdi_tx 8 +set_io ftdi_rx 9 + +set_io clk 21 + +set_io p44 44 +set_io p45 45 +set_io p47 47 +set_io p48 48 +set_io p56 56 +set_io p60 60 +set_io p61 61 +set_io p62 62 + +set_io p112 112 +set_io p113 113 +set_io p114 114 +set_io p115 115 +set_io p116 116 +set_io p117 117 +set_io p118 118 +set_io p119 119 + +set_io D5 95 +set_io D1 96 +set_io D2 97 +set_io D3 98 +set_io D4 99 -- cgit v1.2.3