Commit graph

8 commits

Author SHA1 Message Date
Yuri Victorovich
0f2b912e40 cad/verilator: Update 4.024 -> 4.028
PR:		244067
Approved by:	kevinz5000@gmail.com (maintainer)
2020-02-12 07:31:51 +00:00
Yuri Victorovich
9f2cefb4ee cad/verilator: Update 4.020 -> 4.024
PR:		243107
Approved by:	kevinz5000@gmail.com (maintainer)
2020-01-05 08:00:43 +00:00
Yuri Victorovich
6ead058b02 cad/verilator: Update 4.008 -> 4.020
PR:		241346
Approved by:	kevinz5000@gmail.com (maintainer)
2019-10-19 22:07:56 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Mark Linimon
0d3b4868e7 Fix build on gcc-based architectures:
configure: error: the c++ compiler appears to not support C++11.

Approved by:	portmgr (tier-2 blanket)
2019-03-13 05:24:21 +00:00
Steve Wills
250d86f4fc cad/verilator: remove unnecessary BUILD_DEPENDS
PR:		235053
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
Approved by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2019-01-27 12:34:34 +00:00
Steve Wills
1418f410db cad/verilator: update to 4.008
PR:		235228
Approved by:	kevinz5000@gmail.com (maintainer)
2019-01-27 12:25:31 +00:00
Steve Wills
5eee19a826 cad/verilator: create port
Verilator is the fastest free Verilog HDL simulator, and beats most commercial
simulators. It compiles synthesizable Verilog (not test-bench code!), plus some
PSL, SystemVerilog and Synthesis assertions into C++ or SystemC code. It is
designed for large projects where fast simulation performance is of primary
concern, and is especially well suited to generate executable models of CPUs
for embedded software design teams.

WWW: https://www.veripool.org/projects/verilator/wiki/Intro

PR:		230761
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2019-01-17 23:27:11 +00:00