Is it possible to map a I/O port directly to a pad (not pin)?
Is there a way (e.g. low-level primitive) where I can assign a particular pad directly to a I/O port, without having to use the pin name? Instead of
set_location_assignment PIN_A13 -to MY_IO
i w...