Skip to content

Commit

Permalink
Docs: correct path in MrXL page (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanmohan authored May 22, 2024
1 parent b6eebb3 commit a27bb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/frontends/mrxl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ First, install the [calyx-py](../calyx-py.md) library.

The MrXL implementation is in Python and uses [Flit][].
Install Flit (`pip install flit` or similar), and then type the
following after changing your directory to `frontend/mrxl`:
following after changing your directory to `frontends/mrxl`:

flit install --symlink

Expand All @@ -29,7 +29,7 @@ This creates a symbolic link to the present directory and installs the `mrxl` co
By default, [fud](../running-calyx/fud) looks for the `mrxl` executable to enable
the `mrxl` compilation stage.
Type `fud check` to make sure `fud` reports that the `mrxl` compiler has been
found. If it does not, run the following while still in `frontend/mrxl`.
found. If it does not, run the following while still in `frontends/mrxl`.

fud register mrxl -p fud/mrxl.py

Expand Down

0 comments on commit a27bb66

Please sign in to comment.