cucapra / calyx-evaluation

4 stars 3 forks source link

Question about running ./scripts/systolic_calyx.sh #11

Closed vmiheer closed 2 years ago

vmiheer commented 3 years ago

I was following the README.md, systolic_hls.sh seem to work but when I run systolic_calyx.sh I get following error. I am using the fud from the virtualbox image, maybe that could be problem?

➜  futil-evaluation git:(master) ✗ fud e -q benchmarks/systolic-sources/gemm2.systolic --to resource-estimate -s synth-verilog.remote 1                       
Traceback (most recent call last):
  File "/home/vagrant/.local/bin/fud", line 8, in <module>
    sys.exit(main())
  File "/home/vagrant/.local/lib/python3.6/site-packages/fud/main.py", line 180, in main
    args.func(args, cfg)
  File "/home/vagrant/.local/lib/python3.6/site-packages/fud/exec.py", line 39, in run_fud
    config[['stages'] + key.split('.')] = value
  File "/home/vagrant/.local/lib/python3.6/site-packages/fud/config.py", line 186, in __setitem__
    self.config[keys] = val
  File "/home/vagrant/.local/lib/python3.6/site-packages/fud/config.py", line 88, in __setitem__
    data = data[k]
KeyError: 'synth-verilog'