Or take a digilent/similar dev board as inspiration, discard the peripheries and instead route the pins to external (2/3/4 row) pin connectors, where you could plug in you own design/circuitry
Similar to these boards, but perhaps with a little bit more pin fanout, even has schematics ;-)
https://pldkit.com/xilinx/xmf3Some DRAM on board perhaps would be a nice option, too.
Or perhaps ask the guys at pldkit, if they want these 40 FPGAs and you get like 15 assembled boards in return?
BTW, how did you get Xilinx FPGA editor working, I'm stuck with that Wind/U crap:
Wind/U Error (193): X-Resource: DefaultGUIFontSpec (-*-helvetica-medium-r-normal-*-14-*) does not fully specify a font set for this locale
Cannot register service: RPC: Unable to receive; errno = Connection refused
unable to register (registryProg, registryVers, tcp)
Wind/U Error (248): Failed to connect to the registry on server arch64-fpga2
Warning!!: XKEYSYMDB environment variable is set to a wrong location
Cannot register service: RPC: Unable to receive; errno = Connection refused
What I did to proceed to Wind/U error:
/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/_fpga_editor: error while loading shared libraries: libXm.so.3:
sudo pacman -S openmotif
cd /usr/lib
sudo ln -s libXm.so.4 libXm.so.3
/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/_fpga_editor: error while loading shared libraries: libstdc++.so.5:
sudo pacman -S libstdc++5
Wind/U error:
sudo pacman -S xorg-fonts-100dpi xorg-fonts-75dpi
doesn't fix it.... :-/