Manual configuration of FPGA through bitstream {where both FPGA fabric and bitstream are generated using OpenFPGA tool} #1506
-
Hello! I am using Open FPGA tool flow to design FPGA fabric and verify fabric as shown on the OpenFPGA tool website. My project has two parts- in the first part I am generating fabric using OpenFPGA tool and generate the bitstream for my design. When I use a full testbench script from tool, it automatically configures the FPGA with bitstream for User’s design (My own design). Could it be possible to configure the FPGA through prog_input manually using bitstream file generated by the tool? module fpga_top(prog_clk,set,reset, clk,gfpga_pad_GPIO_PAD, ccff_head, ccff_tail); It would be great if you could point to any documents or example scripts to configure the FPGA manually and run the verification. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@chaitalisathe Please check my answer in #1508 If it does answer questions, please let me know. |
Beta Was this translation helpful? Give feedback.
@chaitalisathe Please check my answer in #1508 If it does answer questions, please let me know.