Skip to content

Commit 35de1a6

Browse files
committed
[patch] Fix missing circuit names in abi.md
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent 8a598ac commit 35de1a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

abi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Ports of integer types shall be lowered to netlist ports (`wire`{.verilog}) as a
8181
For example, consider the following FIRRTL:
8282

8383
``` firrtl
84-
circuit :
84+
circuit Top :
8585
public module Top :
8686
output out: UInt<16>
8787
input b: UInt<32>
@@ -157,7 +157,7 @@ filename = "layers_" , module , "_", root , { "_" , nested } , ".sv" ;
157157
As an example, consider the following circuit with three layers:
158158

159159
``` firrtl
160-
circuit:
160+
circuit Bar:
161161
layer Layer1, bind:
162162
layer Layer2, bind:
163163
layer Layer3, bind:
@@ -187,7 +187,7 @@ Both `Foo` and `Bar` contain layer blocks.
187187
To make the example simpler, no constant propagation is done:
188188

189189
``` firrtl
190-
circuit:
190+
circuit Foo:
191191
layer Layer1, bind:
192192
layer Layer2, bind:
193193

0 commit comments

Comments
 (0)