Port details |
- py-cocotb Coroutine based cosimulation library for writing VHDL and Verilog
- 1.9.2 cad
=2 1.9.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-02-04 07:00:17
- Last Update: 2024-10-27 20:46:44
- Commit Hash: 82aeee59
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.cocotb.org/
- Description:
- cocotb is an open source coroutine-based cosimulation testbench environment
for verifying VHDL and SystemVerilog RTL using Python.
cocotb lets you verify chips like software: productive, simulator-agnostic,
in Python.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cocotb>0:cad/py-cocotb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/cad/py-cocotb/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/py-cocotb
- pkg install py311-cocotb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cocotb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cocotb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730006005
SHA256 (cocotb-cocotb-v1.9.2_GH0.tar.gz) = e39e535e2a5c00ec8f3318dc48d0e724ff8bbc4b23888c0739baee8616a0b01c
SIZE (cocotb-cocotb-v1.9.2_GH0.tar.gz) = 670509
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytest-mock>=3.10.0 : devel/py-pytest-mock@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-find-libpython>0 : devel/py-find-libpython@py311
- gtkwave : cad/gtkwave
- iverilog : cad/iverilog
- verilator : cad/verilator
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-cocotb-1.9.2:
IVERILOG=on: Iverilog dependency
VERILATOR=on: Verilator dependency
===> Use 'make config' to modify these settings
- Options name:
- cad_py-cocotb
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.2 27 Oct 2024 20:46:44
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: update 1.9.1 → 1.9.2
Reported by: portscout |
1.9.1 30 Aug 2024 17:50:56
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: update 1.9.0 → 1.9.1
Reported by: portscout |
1.9.0 17 Jul 2024 15:17:17
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: update 1.8.1 → 1.9.0
Reported by: portscout |
1.8.1 10 Oct 2023 04:13:54
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: update 1.8.0 → 1.8.1
Reported by: portscout |
1.8.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.8.0 17 Jun 2023 06:54:59
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: Update 1.7.2 → 1.8.0
Reported by: portscout |
1.7.2_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
1.7.2 29 Mar 2023 01:10:25
    |
Charlie Li (vishwin)  |
cad/py-cocotb: explicitly add setuptools to BUILD_DEPENDS
PR: 270243 |
1.7.2 06 Feb 2023 02:56:54
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: Add test dependency |
1.7.2 05 Feb 2023 22:12:26
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: Add test dependency |
1.7.2 05 Feb 2023 19:05:02
    |
Charlie Li (vishwin)  |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
1.7.2_1 05 Feb 2023 18:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
1.7.2 05 Feb 2023 18:09:28
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: Fix the test target |
1.7.2 04 Feb 2023 06:58:53
    |
Yuri Victorovich (yuri)  |
cad/py-cocotb: New port: Coroutine based cosimulation library for writing VHDL
and Verilog |