From 8859cbf5bcae9f831945eb9fb230cdc8be497f0d Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 10 Jan 2020 19:12:45 -0500 Subject: [PATCH] Commentary --- bin/verilator | 16 ++++++++-------- docs/install.adoc | 7 ++++++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/bin/verilator b/bin/verilator index b9fd44223..dd6a572d3 100755 --- a/bin/verilator +++ b/bin/verilator @@ -2112,16 +2112,16 @@ specified, it will come from a default optionally specified at configure time (before Verilator was compiled), or computed from SYSTEMC/lib-SYSTEMC_ARCH. -=item VCS_HOME - -If set, specifies the directory containing the Synopsys VCS distribution. -When set, a 'make test' in the Verilator distribution will also run VCS -baseline regression tests. - =item VERILATOR_BIN -If set, specifies an alternative name of the Verilator binary. May be used -for debugging and selecting between multiple operating system builds. +If set, specifies an alternative name of the C binary. May be +used for debugging and selecting between multiple operating system builds. + +=item VERILATOR_COVERAGE_BIN + +If set, specifies an alternative name of the C. +May be used for debugging and selecting between multiple operating system +builds. =item VERILATOR_GDB diff --git a/docs/install.adoc b/docs/install.adoc index 962ab5f73..fb785878b 100644 --- a/docs/install.adoc +++ b/docs/install.adoc @@ -21,9 +21,14 @@ Git, below, maybe a better alternative.) To install as a package: If this works, skip down to <>. +=== Docker + +Verilator is available in pre-built Docker containers. See +https://github.com/verilator/verilator/blob/master/ci/docker/run/README.adoc + === Git -Alternatively, installing Verilator with Git provides the most flexibility. +Installing Verilator with Git provides the most flexibility. For additional options and details see the additional sections below. In brief: