diff --git a/readme.pod b/readme.pod index 41b68a04b..39332a3c4 100644 --- a/readme.pod +++ b/readme.pod @@ -41,13 +41,14 @@ The resulting executable will perform the actual simulation. =head1 SUPPORTED SYSTEMS -This version of verilator has been built and tested on: +Verilator is developed and has primary testing on: SuSE 11.1 AMD64 i686-linux-2.6.27, GCC 4.3.2 -Other users report success with Redhat Linux, Windows under Cygwin, Windows -under MinGW, Macs, HPUX and Solaris. It should run with minor porting on -any Linix-ish platform. +Versions have also built on Redhat Linux, Windows under Cygwin, Macs, HPUX +and Solaris. It should run with minor porting on any Linix-ish platform. +Verilator also works on Windows under MinGW (gcc -mno-cygwin). Verilated +output (not Verilator itself) compiles under MSVC++ 2008. =head1 INSTALLATION diff --git a/src/V3Options.cpp b/src/V3Options.cpp index c50f8f2da..8d9c1969e 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -144,13 +144,13 @@ string V3Options::allArgsString() { V3LangCode::V3LangCode (const char* textp) { // Return code for given string, or ERROR, which is a bad code - for (int codei=V3LangCode::ERROR; codei(_e)) {}