v0.1.3
Open issues here:
https://github.com/uwsampl/lakeroad/issues/new
Thanks for downloading a release of Lakeroad.
To install Lakeroad on your system, simply add ./bin to your $PATH.
Lakeroad depends on Yosys, which can be installed on Mac via brew install yosys or on Ubuntu via apt-get install yosys.
On MacOS, run the activate script to un-quarantine the binaries.
To run the examples, run
./run-examples.shExamples are located in ./examples/.
To see documentation of Lakeroad's flags, run both
./bin/lakeroad --helpand
./deps/lakeroad/bin/lakeroad-single-solver --helpNote that ./bin/lakeroad is a wrapper over the core Lakeroad binary, lakeroad-single-solver. To see Lakeroad's full options, please run the core Lakeroad binary with --help.
Known Bugs
- An input filename with spaces may cause issues. See #436.