diff options
| author | Abongwa Bonalais | 2021-10-11 03:33:20 +0100 |
|---|---|---|
| committer | GitHub | 2021-10-11 02:33:20 +0000 |
| commit | 2439974eea33017f6cea220e62f4736694ba0ed2 (patch) | |
| tree | 1b47efa479bc76df714eabc4484bba51e44b65a5 /docs | |
| parent | 3643b7baa9f70ea8d6455928034ae4157bc59cee (diff) | |
Create naming.md (#2161)
Added title to "Namimg Cookbook" website.
Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/cookbooks/naming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/cookbooks/naming.md b/docs/src/cookbooks/naming.md index a41a1e9a..c7ccdd96 100644 --- a/docs/src/cookbooks/naming.md +++ b/docs/src/cookbooks/naming.md @@ -10,7 +10,7 @@ import chisel3.experimental.prefix import chisel3.experimental.noPrefix import chisel3.stage.ChiselStage ``` - +# Naming Cookbook ### I still have _T signals, can this be fixed? First check - is the compiler plugin properly enabled? Scalac plugins are enabled via the scalac option |
