fpga-docker icon indicating copy to clipboard operation
fpga-docker copied to clipboard

Tools for running FPGA vendor toolchains with Docker

Results 9 fpga-docker issues
Sort by recently updated
recently updated
newest added

Hi, I've had an awful time getting Libero SoC 11.9 to work over Linux. There is a newer version of it, but some older devices aren't supported and must still...

The curl command in Altera_Quartus_II_13.0sp1/Makefile currently just downloads a 0 byte file. Adding a -L flag to the command fixes it. I haven't checked the other versions of Quartus yet,...

ECLIPSE=eclipse-cpp-mars-2-linux-gtk-x86_64.tar.gz ECLIPSE_CHECKSUM=**82ecb7c19323004e08fd1bbac8564820** ${ECLIPSE}: curl -LO "$(ECLIPSE_URL)" @SUM=$$(md5sum $(ECLIPSE) | awk '{print **toupper**($$1)}'); \ if [ "$$SUM" != "$(ECLIPSE_CHECKSUM)" ]; then echo "Checksum doesn't match.";

Hi, I was happy to find this docker setup but unfortunately I am stumblign on build issues: _make[1]: Entering directory '/home/kilext/DockerArch/fpga-docker/fpga-base/centos6' make[1]: Nothing to be done for 'all'. make[1]: Leaving...

Hi, is this repo still maintained? I think it is extremely useful, and I was able to adapt it for my Quartus 21.1 installation. However, I am having issues related...

Hi, I'm trying to make the Lattice Icecube2 image, but get the following error: make unzip iCEcube2setup_Dec_10_2020_2012_lin.zip Archive: iCEcube2setup_Dec_10_2020_2012_lin.zip inflating: iCEcube2setup_Dec_10_2020_2012 ... Building installer image... Error response from daemon: No...

I really appreciate the work done with this repository, thanks! One little addition: I modified the section `vco="linux_rh60"` to `vco="linux"` in `/opt/quartus/modelsim_ase/vco` file, this grant that the Modelsim works properly...

Filter the xauth list by the host system's hostname to prevent extra xauth list entries from breaking the xauth add command. Change `hostname` command to `uname -a` for better compatibility.

This is a fabulous idea. Quick-and-easy quartus installs is like a dream come true to me, especially since the Linux installers require a lot of outdated dependencies (I use Fedora...