Skip to content

Commit

Permalink
Fix some include commands (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanmohan authored May 30, 2024
1 parent 95c8a5a commit 973e4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/running-calyx/fud/circt.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path/to/circt-translate --export-calyx /path/to/file

For example, you can use the expected output of the test `tests/backend/mlir/simple.expect`:
```
{{#include ../../tests/backend/mlir/simple.expect}}
{{#include ../../../tests/backend/mlir/simple.expect}}
```

Using the command:
Expand All @@ -35,7 +35,7 @@ path/to/circt-translate --export-calyx tests/backend/mlir/simple.expect
This should output:

```
{{#include ../../tests/backend/mlir/simple.futil}}
{{#include ../../../tests/backend/mlir/simple.futil}}
```

## Native Representation to MLIR
Expand Down
3 changes: 2 additions & 1 deletion docs/running-calyx/fud/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ The following defines a stage that transforms [MrXL][] programs to Calyx
programs.

```python
{{#include ../../frontends/mrxl/fud/mrxl.py}}
{{#include ../../../frontends/mrxl/fud/mrxl.py}}
```


External stages *must* define default values for configuration keys using the
`Stage.defaults()` static method and the name of the stage using the static
`name` field.
Expand Down

0 comments on commit 973e4f7

Please sign in to comment.