Hello,
First off, thanks for creating and sharing this project, it's really neat.
I got it all up and running and can successfully program my Spartan 2 FPGA. I can't program the XCF02 EEPROM in the chain, however, as it seems the DR Size is too small. The error says the current size is 1032 bits while the EEPROM wants 4097 bits.
I traced the definition back through your code to the line:
static const uint32_t S_MAX_CHAIN_SIZE_BYTES = 129;
but increasing it to the large value I need seems to cause the upload script to hang.
Do you know what the issue could be?
Thanks in advance,
Chandler Snyder
Hello,
First off, thanks for creating and sharing this project, it's really neat.
I got it all up and running and can successfully program my Spartan 2 FPGA. I can't program the XCF02 EEPROM in the chain, however, as it seems the DR Size is too small. The error says the current size is 1032 bits while the EEPROM wants 4097 bits.
I traced the definition back through your code to the line:
static const uint32_t S_MAX_CHAIN_SIZE_BYTES = 129;
but increasing it to the large value I need seems to cause the upload script to hang.
Do you know what the issue could be?
Thanks in advance,
Chandler Snyder