Skip to content

Commit

Permalink
Fix incorrect documentation command. Fixes #1593
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Jul 10, 2023
1 parent e60eb09 commit f6d1eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/fud/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to compile Calyx programs to Verilog.
# to Verilog. We must explicitly specify the input
# file type because it can not be guessed from
# the file extension.
fud exec examples/futil/simple.expect --from futil --to verilog
fud exec examples/futil/simple.futil --from calyx --to verilog
```

Fud can explain its execution plan when running a complex sequence of
Expand Down
4 changes: 2 additions & 2 deletions docs/fud/multiple-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paths can be used to generate VCD files from Dahlia programs:
```
% fud e --from dahlia --to vcd
[fud] ERROR: Multiple stage pipelines can transform dahlia to vcd:
dahlia → futil → verilog → vcd
dahlia → futil → icarus-verilog → vcd
dahlia → calyx → verilog → vcd
dahlia → calyx → icarus-verilog → vcd
Use the --through flag to select an intermediate stage
```

Expand Down

0 comments on commit f6d1eda

Please sign in to comment.