FPGA programming question #1508
Unanswered
schaferben
asked this question in
Q&A
Replies: 1 comment
-
@schaferben I believe you are using the configuration chain as the configuration protocol.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am a little bit puzzled about the FPGA bitstream configuration ports. From the figure in
https://openfpga.readthedocs.io/en/master/manual/fpga_verilog/testbench/
I can see that the FPGA needs three programming ports: prog_clk, prog_rst, and prog_input.
These ports allow to scan in the bitstream to configure the FPGA. When going through the basic examples I can see though that only prog_clk is generated. In this case how is the FPGA configured? Is the FPGA hardcoded? How can I generate the three configuration ports to program the FPGA with any external bitstream?
Thank you,
Ben
Beta Was this translation helpful? Give feedback.
All reactions