I would like to be able to dynamically generate specific circuits for transfer to an FPGA. It seems I cannot amend the bit file directly. Can I generate the bit file from a schematic representation, something like transistor 1 -> transistor 2 -> transistor 3?
Background: The goal is to hook up a genetic algorithm or other solution space explorer to an fpga, allowing it to explore different circuit configurations. The goal of this is to create a dynamical system exploiting non-linear properties on the fpga for use as a reservoir in a reservoir computing device.