Skip to content

Commit

Permalink
add some links
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Oct 18, 2022
1 parent 0ee4d44 commit f9b082d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,14 @@ tools should be similar to those we collected.

## *(optional)* Interactive Debugging with Cider (~10 minutes)

This section is meant to let you use Cider's interactive debugging mode instead
This section is meant to let you use Cider's [interactive debugging mode][cider-docs] instead
of the interpreter mode. For this, we've setup a few files from the example
calyx program in section 2.2. These files are the same program, but with a
hardcoded input value `x`, so that the example component can stand alone. This
follows the debugging process shown in section 3. It will be useful to keep this
portion of the paper handy while working through this section.
portion of the paper handy while working through this section. And, if desired,
the [docs][cider-docs] can also be consulted for more detailed discussions of
Cider's commands

To start, run the following command from the root directory:
```bash
Expand Down Expand Up @@ -495,3 +497,4 @@ free to play around or close the program at your leisure.
[tvm]: https://tvm.apache.org/docs/install/from_source.html
[dahlia]: https://capra.cs.cornell.edu/fuse/docs/installation/
[runt]: https://github.com/rachitnigam/runt
[cider-docs]: https://docs.calyxir.org/debug/cider.html

0 comments on commit f9b082d

Please sign in to comment.