Version: 11.0, Package name: iverilog-11.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a compiler, compiling source code writen in Verilog (IEEE-1364) into some target format. For batch simulation, the compiler can generate an intermediate form called vvp assembly. This intermediate form is executed by the "vvp" command. For synthesis, the compiler generates netlists in the desired format. The compiler proper is intended to parse and elaborate design descriptions written to the IEEE standard IEEE Std 1364-2005. This is a fairly large and complex standard, so it will take some time for it to get there, but that's the goal. |
Filesize: 1742.487 KB |
Version History (View Complete History) |
|
2021-05-23 13:23:52 by Stuart Henderson | Files touched by this commit (2) |
Log message: iverilog: regen plist, not done in previous update and some required files were missed. from Alessandro De Laurenzis. |
2021-02-04 18:02:04 by Greg Steuck | Files touched by this commit (3) |
Log message: Update lang/iverilog to 11.0 This allows it to build with CXXFLAGS=-fno-common Added a patch from upstream to work around a case of "all-world-is-Linux"ism. ok naddy@ |
2019-10-28 02:18:37 by Anthony J. Bentley | Files touched by this commit (3) |
Log message: Update to iverilog-10.3. |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-03-01 05:47:27 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Enable bz2 and thus LXT file support, unbreak on ports-gcc archs On ports-gcc archs libbz2 was detected automatically because /usr/local/lib is in the default library path, but the build failed at compile time because bzlib.h wasn't found in the include search paths. Initial diff by cwen@, ok sthen@ cwen@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-04-27 08:16:52 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to iverilog-10.1.1 |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-12-23 04:12:53 by Anthony J. Bentley | Files touched by this commit (3) |
Log message: Update to iverilog-10.0. |
2015-06-12 14:09:27 by Anthony J. Bentley | Files touched by this commit (1) |
Log message: Update HOMEPAGE. |
2011-06-13 13:42:25 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update to iverilog 0.9.4 |
2011-03-14 02:40:20 by Stuart Henderson | Files touched by this commit (2) |
Log message: update DESCR; Anthony J. Bentley |
2010-11-17 03:16:11 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update iverilog to 0.9.3 |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-10-18 13:20:42 by Marc Espie | Files touched by this commit (54) |
Log message: USE_GROFF=Yes |