Guest
#5826117
Hi all, i can't figure out a good versioning system that ties a PCB version number (containing an fpga) and the fpga image version to be used on that board. To explain a bit better, a pcb board version X with fpga image version A - pcb will go to version Y with a power supply component change (fpga image version A still compatible) - pcb will go to version Z with a new LED (fpga image version B needed to control the LED) - firmware upgrade, fpga version C with no board change how to relate the two? i am using the fpga rom to store data like timestamps and device serials, but i am in need of a good versioning system to track compatibility between pcb and fpga firmware. any suggestions?