Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ and create a Simics project (automatic in the default installation flow).

### Building DMLC from a Simics project
In your Simics project, check out the DML repository into the `modules/dmlc`
directory. At the top-level of the project, do `make dmlc`
(or `bin\make dmlc` on Windows).
directory. At the top-level of the project, do `make dmlc` (or `bin\make dmlc`
on Windows). The build depends on some standard Unix tools like `touch`; on
Windows this means you also need to install a GNU toolchain such as
[msys2](https://www.msys2.org/).

### Testing DMLC from a Simics project
To run the unit tests provided with DMLC, run `make test-dmlc` or
Expand Down