Examples of using cocotb for functional verification of VHDL designs with GHDL.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
774 B

--- setup.py 2022-02-07 11:35:49.632921471 +0100
+++ setup.py.new 2022-02-07 11:40:11.084930778 +0100
@@ -5,19 +5,13 @@
setuptools.setup(
name="cocotbext-wishbone",
- use_scm_version={
- "relative_to": __file__,
- "write_to": "cocotbext/wishbone/version.py",
- },
+ version="0.2.1",
author="Staf Verhaegen, Mathias Kreider",
author_email="staf@stafverhaegen.be, m.kreider@gsi.de",
description="Cocotb Wishbone modules",
long_description=long_description,
packages=["cocotbext.wishbone"],
install_requires=['cocotb>=1.6.0', 'cocotb_bus'],
- setup_requires=[
- 'setuptools_scm',
- ],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",