From 305b4f3c7531bb87588a151ea2579edf2417aa31 Mon Sep 17 00:00:00 2001 From: Marco Widmer Date: Thu, 2 Apr 2020 23:32:06 +0200 Subject: [PATCH] Fix configuration file documentation (#2221) --- bin/verilator | 22 +++++++++++----------- docs/CONTRIBUTORS | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/bin/verilator b/bin/verilator index d67e3ff6a..38f3c01ce 100755 --- a/bin/verilator +++ b/bin/verilator @@ -2852,7 +2852,7 @@ and range of line numbers (or all lines if omitted). For tracing_off, cells below any module in the files/ranges specified will also not be traced. -=item clock_enable -module "" -signal "" +=item clock_enable -module "" -var "" Indicate the signal is used to gate a clock, and the user takes responsibility for insuring there are no races related to it. @@ -2860,13 +2860,13 @@ for insuring there are no races related to it. Same as /*verilator clock_enable*/, see L for more information and an example. -=item clocker -module "" [-task ""] -signal "" +=item clocker -module "" [-task ""] -var "" -=item clocker -module "" [-function ""] -signal "" +=item clocker -module "" [-function ""] -var "" -=item no_clocker -module "" [-task ""] -signal "" +=item no_clocker -module "" [-task ""] -var "" -=item no_clocker -module "" [-function ""] -signal "" +=item no_clocker -module "" [-function ""] -var "" Indicate the signal is used as clock or not. This information is used by Verilator to mark the signal as clocker and propagate the clocker attribute @@ -2908,9 +2908,9 @@ routines will replace the __DOT__ with the period. Same as /*verilator inline_module*/, see L for more information. -=item isolate_assignments -module "" [-task ""] -signal "" +=item isolate_assignments -module "" [-task ""] -var "" -=item isolate_assignments -module "" [-function ""] -signal "" +=item isolate_assignments -module "" [-function ""] -var "" =item isolate_assignments -module "" -function "" @@ -2945,9 +2945,9 @@ outside the task itself. Same as /*verilator no_inline_task*/, see L for more information. -=item sc_bv -module "" [-task ""] -signal "" +=item sc_bv -module "" [-task ""] -var "" -=item sc_bv -module "" [-function ""] -signal "" +=item sc_bv -module "" [-function ""] -var "" Sets the port to be of sc_bv> type, instead of bool, vluint32_t or vluint64_t. This may be useful if the port width is parameterized and @@ -2959,9 +2959,9 @@ significantly. Same as /*verilator sc_bv*/, see L for more information. -=item sformat [-module ""] [-task ""] -signal "" +=item sformat [-module ""] [-task ""] -var "" -=item sformat [-module ""] [-function ""] -signal "" +=item sformat [-module ""] [-function ""] -var "" Final input of a function or task "input string" to indicate the function or task should pass all remaining arguments through diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index ec5d964cc..e3869bfbb 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -23,6 +23,7 @@ Kevin Kiningham Kuba Ober Lukasz Dalek Maarten De Braekeleer +Marco Widmer Matthew Ballance Mike Popoloski Patrick Stewart