Skip to content

Releases: gussmith23/lakeroad

v0.1.3

01 May 17:10
Compare
Choose a tag to compare

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.sh

Examples are located in ./examples/.

To see documentation of Lakeroad's flags, run both

./bin/lakeroad --help

and

./deps/lakeroad/bin/lakeroad-single-solver --help

Note 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.

v0.1.2

01 May 16:06
Compare
Choose a tag to compare

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.sh

Examples are located in ./examples/.

To see documentation of Lakeroad's flags, run both

./bin/lakeroad --help

and

./deps/lakeroad/bin/lakeroad-single-solver --help

Note 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.