icetools icon indicating copy to clipboard operation
icetools copied to clipboard

Open FPGA Toolchain by Clifford Wolf et al.

Results 5 icetools issues
Sort by recently updated
recently updated
newest added

``` fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. ``` Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

To install icestorm on macOS 10.15.6 I had to install gsed with homebrew and change sed to gsed in icetools/icestorm/icebox/Makefile gsed parses the -i option differently. Also yosys, iverilog(icarus-verilog), and...

all $DIR need to change to "DIR" (including those with /, if you use VS Code global files change)

unfortunately iverilog fails to build with the following error: ` bison --verbose -t -d -o parse.cc parse.y parse.y:2.9-16: syntax error, unexpected identifier, expecting string make[1]: *** [parse.cc] Error 1 make:...

Hi, I use Ubuntu 16.04 on VirtualBox (host system is Windows 7) After installing all tools and the command: ``` cd /icestorms/examples make iceprog example.bin ``` The program replys: >...