mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Lean: update Semantics modules, add new numerics/physics data files Hardware: update FPGA bitstreams (tangnano9k_uart_loopback) Infra: k3s-flake tests, netcup-vps configuration, VCN compute substrate Docs: ARCHITECTURE, specs, citation updates
19 lines
697 B
Text
19 lines
697 B
Text
// Tang Nano 9K UART test constraints
|
|
// Board: Sipeed Tang Nano 9K (BL702 revision)
|
|
// FPGA pin 17 = TX to host (via BL702), pin 18 = RX from host
|
|
IO_LOC "clk" 52;
|
|
IO_PORT "clk" IO_TYPE=LVCMOS33 PULL_MODE=NONE;
|
|
IO_LOC "uart_tx" 17;
|
|
IO_PORT "uart_tx" IO_TYPE=LVCMOS33 DRIVE=8;
|
|
IO_LOC "led[0]" 10;
|
|
IO_PORT "led[0]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;
|
|
IO_LOC "led[1]" 11;
|
|
IO_PORT "led[1]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;
|
|
IO_LOC "led[2]" 13;
|
|
IO_PORT "led[2]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;
|
|
IO_LOC "led[3]" 14;
|
|
IO_PORT "led[3]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;
|
|
IO_LOC "led[4]" 15;
|
|
IO_PORT "led[4]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;
|
|
IO_LOC "led[5]" 16;
|
|
IO_PORT "led[5]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;
|