From 07db53e54f900ec6dbb88046793d84f3efc07459 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Mon, 7 Oct 2019 22:11:50 -0400 Subject: [PATCH] Commentary --- bin/verilator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/verilator b/bin/verilator index b08308446..0e34999e7 100755 --- a/bin/verilator +++ b/bin/verilator @@ -1845,7 +1845,7 @@ the examples directory in the distribution. =head1 BENCHMARKING & OPTIMIZATION -For best performance, run Verilator with the "-O3 --x-assign=fast +For best performance, run Verilator with the "-O3 --x-assign fast --x-initial fast --noassert" flags. The -O3 flag will require longer compile times, and "--x-assign fast --x-initial fast" may increase the risk of reset bugs in trade for performance; see the above documentation for