While trying to test riocore on ecp5 I got an error about sysclk_in not being constrained in pins file. I don't know much about specifying constraints, but comparing pins.lpf generated by LinuxCNC-RIO and riocore, it became apparent to me COMP contained physical pin and SITE contained net-name (which should be the other way around).
This PR fixes this (at least my basic ECP5 config builds, haven't tested it on FPGA yet).
While trying to test riocore on ecp5 I got an error about
sysclk_in not being constrained in pins file
. I don't know much about specifying constraints, but comparing pins.lpf generated by LinuxCNC-RIO and riocore, it became apparent to me COMP contained physical pin and SITE contained net-name (which should be the other way around).This PR fixes this (at least my basic ECP5 config builds, haven't tested it on FPGA yet).