Skip to content

Commit

Permalink
Included pyproject.toml required for pip - build dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio da Silva <anderson@aignacio.com>
  • Loading branch information
aignacio committed Jun 18, 2024
1 parent 18b9132 commit a1cc2f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cocotbext/ahb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"], reuse_venv=True)
def run(session):
session.env["DUT"] = "ahb_template"
session.env["SIM"] = "icarus"
# session.env["SIM"] = "icarus"
# session.env["COCOTB_LOG_LEVEL"] = "debug"
# session.env['SIM'] = "verilator"
session.env['SIM'] = "verilator"
session.env["TIMEPREC"] = "1ps"
session.env["TIMEUNIT"] = "1ns"
session.install(
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "cocotb>=1.8.0", "cocotb-bus>=0.2.1", "cocotb-test>=0.2.4"]
2 changes: 1 addition & 1 deletion ship.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker run -it --rm -v $(pwd):/cocotbext-ahb/ -w /cocotbext-ahb/ aignacio/icarus bash
docker run -it --rm -v $(pwd):/cocotbext-ahb/ -w /cocotbext-ahb/ aignacio/rtldev bash

0 comments on commit a1cc2f8

Please sign in to comment.