02-03-2019, 01:54 PM
I have the project files available in a zipped folder. If anyone wants them send me a PM with your email address.
When using the files. Unzip the folder and place on drive C. Open the project in Quartus and compile it. It should compile OK with 14 warnings. These warnings are OK and can be ignored.
There are a couple of things to check before using it to program a FPGA.
First check that the Dual-purpose pins are set as I/O pins.
To do this in Quartus on the Tool bar go to 'Assignments' and then
'Device' => 'Device and pin Options' => 'Dual-purpose pins' and set both pins to 'Use as regular I/O'
Next check that the Unused pins are set to tri stated.
To do this in Quartus on the Tool bar go to 'Assignments' and then
'Device' => 'Device and pin Options' => 'Unused pins' and set to ' As input tri-stated'
After setting the pins recompile.
Before programming the output file (hedghog.sof) needs to be converted to a (.jic) file
To do this in Quartus on the Tool bar go to 'File' and select 'Convert programming files'.
In the pop up window setup as in the screen shot below.
In the example below the (.jic )file is named 'hedghog_test_01.jic' but any name can be used.
Frank
When using the files. Unzip the folder and place on drive C. Open the project in Quartus and compile it. It should compile OK with 14 warnings. These warnings are OK and can be ignored.
There are a couple of things to check before using it to program a FPGA.
First check that the Dual-purpose pins are set as I/O pins.
To do this in Quartus on the Tool bar go to 'Assignments' and then
'Device' => 'Device and pin Options' => 'Dual-purpose pins' and set both pins to 'Use as regular I/O'
Next check that the Unused pins are set to tri stated.
To do this in Quartus on the Tool bar go to 'Assignments' and then
'Device' => 'Device and pin Options' => 'Unused pins' and set to ' As input tri-stated'
After setting the pins recompile.
Before programming the output file (hedghog.sof) needs to be converted to a (.jic) file
To do this in Quartus on the Tool bar go to 'File' and select 'Convert programming files'.
In the pop up window setup as in the screen shot below.
In the example below the (.jic )file is named 'hedghog_test_01.jic' but any name can be used.
Frank