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

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