Skip to content

Commit

Permalink
fixup! [major] Layer-associated probes semantics and ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
seldridge committed Jan 12, 2024
1 parent c6074af commit e0e7480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Reference types in ports shall be logically split out from aggregates and named
Each layer is enabled by defining a Verilog text macro with the following name where `module` is the name of the public module, `root` is the name of the root-level layer and `nested` is the name of zero or more nested layers:

``` ebnf
name = "layer_" , module , "_" , root , { "_" , nested } , ".sv" ;
name = "layer_" , module , "_" , root , { "_" , nested } ;
```

To enable a layer, Verilog is compiled with this layer enabled.
Expand Down

0 comments on commit e0e7480

Please sign in to comment.