Skip to content

Commit e909840

Browse files
authored
Merge pull request #328 from arduino/karlsoderby/vidor-fixes
Update gsvhdl article
2 parents ea6806b + e2c8595 commit e909840

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-gsvhdl

1 file changed

+1
-1
lines changed

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/vidor-gsvhdl/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Once that's done, you are ready to go! This package allows you to program the MC
3737

3838
## The Vidor 4000 and Verilog
3939

40-
Unfortunately, there's no easy way to program the Intel Cyclone 10 FPGA on the Vidor board. Arduino announced a graphical tool that lets you combine pre-defined Verilog IP-blocks to build a larger FPGA project, but this tool has not yet been released. Luckily, there is a way for experienced users to utilize Verilog to configure the FPGA. To do this, you'll need the Arduino IDE, [Intel Quartus Prime 18.1](https://fpgasoftware.intel.com/18.1/?edition=lite&platform=windows) (or newer), and a tool that converts the compiled files for the FPGA.
40+
Unfortunately, there's no easy way to program the Intel Cyclone 10 FPGA on the Vidor board. But experienced users can utilize Verilog to configure the FPGA. To do this, you'll need the Arduino IDE, [Intel Quartus Prime 18.1](https://fpgasoftware.intel.com/18.1/?edition=lite&platform=windows) (or newer), and a tool that converts the compiled files for the FPGA.
4141

4242
The official program is available in this [Vidor 4000 repository on GitHub](https://github.com/vidor-libraries/VidorBitstream/tree/release/TOOLS/makeCompositeBinary). However, I used an [alternative VidorFPGA version](https://github.com/wd5gnr/VidorFPGA) as well as the accompanying Verilog project I'll use throughout this article.
4343

0 commit comments

Comments
 (0)