cucapra / calyx-evaluation

4 stars 3 forks source link

Is this up-to-date with the newest Calyx? Will it be? #14

Closed gussmith23 closed 1 year ago

gussmith23 commented 1 year ago

I'm trying to run the evaluation with the most recent Calyx, but running into the error:

[fud] ERROR: `/root/calyx/target/debug/futil -l /root/calyx -b verilog --synthesis -p external -d static-timing' failed:
=====STDERR=====
Error: Unknown pass: static-timing. Run compiler with --list-passes to view registered passes.

=====STDOUT=====

I assume this is due to a version mismatch on Calyx. I'm using the most up-to-date version of the master branch. What version am I supposed to use for the evaluation?

sgpthomas commented 1 year ago

What command did you run to get this error?

The provided VM has the correct version. You should also be able to use the ASPLOS tagged version of the calyx repo.

gussmith23 commented 1 year ago

Thank you!