From 4c4155f3eeb1bab64c9678c20a88dc8ab931784c Mon Sep 17 00:00:00 2001 From: MikePopoloski Date: Sat, 2 Mar 2024 08:30:13 -0500 Subject: [PATCH] Fix recently added warning docs --- scripts/warning_docs.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/warning_docs.txt b/scripts/warning_docs.txt index 50fa3e516..2a8f08270 100644 --- a/scripts/warning_docs.txt +++ b/scripts/warning_docs.txt @@ -1153,6 +1153,9 @@ More than one rule in a configuration targets the same cell or instance. They ca be used, so slang takes the first one and ignores all others. @options --top=cfg ``` +module d; +endmodule + config cfg; design d; instance d.foo use bar;