diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-17 21:18:27 +0200 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-17 21:18:27 +0200 |
commit | e37b995f54bc922346bc9779558af732047b41d6 (patch) | |
tree | 29d8e39e4a2cb476755b33cde517fa0473063309 /uart_benchmark/top.pcf | |
parent | 1a019c9bb56564e6c58d8c5641f4d0aaef01827b (diff) |
uart_benchmark: transmit U at 12 MBd
Diffstat (limited to 'uart_benchmark/top.pcf')
-rw-r--r-- | uart_benchmark/top.pcf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/uart_benchmark/top.pcf b/uart_benchmark/top.pcf new file mode 100644 index 0000000..b5ce785 --- /dev/null +++ b/uart_benchmark/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 |