From 6b88648c6726d8b3457a0ed88b404ecd8903b8e7 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 2 Jul 2014 21:04:51 -0400 Subject: [PATCH] Commentary, bug799 --- bin/verilator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/verilator b/bin/verilator index 3e58b7c52..a1959e5f0 100755 --- a/bin/verilator +++ b/bin/verilator @@ -2968,8 +2968,8 @@ simulators. Warns that an `include filename specifies an absolute path. This means the code will not work on any other system with a different file system layout. Instead of using absolute paths, relative paths (preferably without any -directory specified whatever) should be used, and +include used on the -command line to specify the top include source directory. +directory specified whatever) should be used, and +incdir used on the +command line to specify the top include source directories. Disabled by default as this is a code style warning; it will simulate correctly.