From fb561d925a00715568c5688050d582691ea91a81 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 3 Jun 2021 21:19:11 -0400 Subject: [PATCH] Commentary (#2996) --- docs/guide/exe_verilator.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/guide/exe_verilator.rst b/docs/guide/exe_verilator.rst index eedfd9683..379971315 100644 --- a/docs/guide/exe_verilator.rst +++ b/docs/guide/exe_verilator.rst @@ -418,8 +418,11 @@ Summary: fairly standard across Verilog tools. The file may contain :code:`//` comments which are ignored to the end of - the line. Any :code:`$VAR`, :code:`$(VAR)`, or :code:`${VAR}` will be - replaced with the specified environment variable. + the line. It may also contain :code:`/* .. */` comments which are + ignored, be cautious that wildcards are not handled in -f files, and + that :code:`directory/*` is the beginning of a comment, not a wildcard. + Any :code:`$VAR`, :code:`$(VAR)`, or :code:`${VAR}` will be replaced + with the specified environment variable. .. option:: -FI