> If you don't like compile the BOOTROM you can it download from files
> now. Please copy "DE1_bootrom.hex" into the SPIHOST/BOOTROM Folder or
> download the new zip file.
You also need to edit the init_file generic in hostrom.vhd - it's
better if it specifies a relative path (paths are relative to the
project directory).
I'm in the process of porting it to my hardware platform. I've
converted the minimig_de1 schematic to VHDL, although my 1st
compilation didn't work... I'll release it when it works if anyone is
interested.
Another problem was the use of ports starting with '_' in the minimig
Verilog file - they're illegal in VHDL. To keep things 'nice' I added
an 'i' or 'o' prefix to each illegal name...
To complete my port I need to:
* modify the sdram controller for my sdram
* add an SD card connector to some spare FPGA IO
Regards,
Mark