3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-08-04 10:33:37 +00:00

Docs: Fixing double backticks

This commit is contained in:
Krystine Sherwin 2026-07-16 11:45:14 +12:00
parent fea6e467d0
commit 6eb1ed39d3
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ a FIFO is
In hardware we can create such a construct by providing two addresses into a
register file. This tutorial will use an example implementation provided in
`fifo.sv`.
``fifo.sv``.
First, the address generator module: