From e0e7480def53544b13a098f0a9c37fbf8f9b5e9b Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Fri, 12 Jan 2024 14:47:53 -0500 Subject: [PATCH] fixup! [major] Layer-associated probes semantics and ABI --- abi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abi.md b/abi.md index 064ac05d..8f5a2b5e 100644 --- a/abi.md +++ b/abi.md @@ -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.