sriharsha.hs
Junior Member level 3
- Joined
- Jun 20, 2013
- Messages
- 31
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 257
Hello folks,
I am new to FPGA design. Currently working with Spartan 3AN. I want my design to automatically run in FPGA as soon as the power is up on the board.
I can use the ISP Flash for storing my configuration bit streams. After the FPGA configures, the application loaded into the FPGA can access the ISF
memory using a special design primitive called SPI_ACCESS. The control logic is implemented using the FPGA’s programmable logic resources. My question is how shall I run my actual logic in a FPGA as soon as the power is up. Because I don't want to load control logic to the FPGA every time I power up.
Please, suggest the possibilities.
Thank you.
I am new to FPGA design. Currently working with Spartan 3AN. I want my design to automatically run in FPGA as soon as the power is up on the board.
I can use the ISP Flash for storing my configuration bit streams. After the FPGA configures, the application loaded into the FPGA can access the ISF
memory using a special design primitive called SPI_ACCESS. The control logic is implemented using the FPGA’s programmable logic resources. My question is how shall I run my actual logic in a FPGA as soon as the power is up. Because I don't want to load control logic to the FPGA every time I power up.
Please, suggest the possibilities.
Thank you.