google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.

Home Page:http://cfu-playground.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icestorm Package in Conda Environment

ShvetankPrakash opened this issue · comments

After running make install-sf and then activating the environment (i.e. make enter) I tried to run the golden tests for the 1bitsquared icebreaker by first running make prog TARGET=1bitsquared_icebreaker.

I got the following error when doing this:

FileNotFoundError: [Errno 2] No such file or directory: 'iceprog': 'iceprog'

Is there a missing package? Thanks in advance.

commented

At first I thought it was just that icestorm was missing from the environment*.yml files. But then I saw that iceprog was missing from the icestorm packages. I filed hdl/conda-eda#156 for this.

Here in this repo, I still need to add the icestorm packages. Or another package -- whichever is the appropriate source of iceprog.

Actually, there is a separate iceprog package. I added it to environment files in a PR #415. @tcal-x please take a look