Skip to content

Commit

Permalink
Fix link to Naming Cookbook (#2356)
Browse files Browse the repository at this point in the history
#naming implies within the current file. Removing the # refers to a file in the current directory.

(cherry picked from commit 512ddd6)
  • Loading branch information
jackkoenig authored and mergify-bot committed Jan 20, 2022
1 parent 042be4b commit 9dd6f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cookbooks/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ chisel3.stage.ChiselStage.emitVerilog(new CountBits(4))

### How do I get Chisel to name signals properly in blocks like when/withClockAndReset?

Use the compiler plugin, and check out the [Naming Cookbook](#naming) if that still does not do what you want.
Use the compiler plugin, and check out the [Naming Cookbook](naming) if that still does not do what you want.

### How do I get Chisel to name the results of vector reads properly?
Currently, name information is lost when using dynamic indexing. For example:
Expand Down

0 comments on commit 9dd6f8b

Please sign in to comment.