From 407cdea0bc3a3d2a258b30a3e19d0861c3c4ba6f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 11 May 2016 09:31:53 +0200 Subject: Updated min GCC requirement to GCC 4.8 --- CodingReadme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CodingReadme') diff --git a/CodingReadme b/CodingReadme index ba184be58..cbe1fb8be 100644 --- a/CodingReadme +++ b/CodingReadme @@ -239,7 +239,7 @@ C++ Language ------------- Yosys is written in C++11. At the moment only constructs supported by -gcc 4.6 are allowed in Yosys code. This will change in future releases. +gcc 4.8 are allowed in Yosys code. This will change in future releases. In general Yosys uses "int" instead of "size_t". To avoid compiler warnings for implicit type casts, always use "GetSize(foobar)" instead @@ -368,7 +368,7 @@ And if a version of the verific library is currently available: ../../yosys test_navre.ys -Finally run all tests with "make config-{clang,gcc,gcc-4.6}": +Finally run all tests with "make config-{clang,gcc,gcc-4.8}": cd ~yosys make clean -- cgit v1.2.3