From 1acff950d04806423d042ee6ba1df4fbf34c5af3 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 20 Jan 2020 10:06:45 -0500 Subject: [PATCH] Commentary: Add deprecations section to docs. Closes #2081. --- bin/verilator | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/bin/verilator b/bin/verilator index eeee6923b..199dd7e28 100755 --- a/bin/verilator +++ b/bin/verilator @@ -4646,6 +4646,32 @@ that is not yet supported in Verilator. See the Limitations chapter. =back +=head1 DEPRECATIONS + +The following deprecated items are scheduled for future removal: + +=over 4 + +=item Pre-C++11 compiler support + +Verilator supports pre-C++11 compilers for non-threaded models when +configured with --enable-prec11. This flag will be removed and C++11 +compilers will be required for both compiling Verilator and compiling +Verilated models no sooner than September 2020. + +=item SystemC 2.1 and earlier support + +Support for SystemC versions 2.1 and earlier and the related sc_clock +variable attribute will be removed no sooner than July 2020. + +=item Configuration File -msg + +The -msg argument to lint_off has been replaced with -rule. -msg is +planned for removal no sooner than January 2021. + +=back + + =head1 FAQ/FREQUENTLY ASKED QUESTIONS =over 4