Skip to content

Commit

Permalink
Change cocotb entry point to cocotb-test
Browse files Browse the repository at this point in the history
It was confusing cocotb users.
  • Loading branch information
themperek committed Dec 27, 2022
1 parent e0750cc commit 61b9993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read_file(fname):
install_requires=["cocotb>=1.5", "pytest", "find_libpython"],
entry_points={
"console_scripts": [
"cocotb=cocotb_test.cli:config",
"cocotb-test=cocotb_test.cli:config",
"cocotb-run=cocotb_test.cli:run",
"cocotb-clean=cocotb_test.cli:clean",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/dff.verilog.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ ifeq ($(SIM),questa)
SIM_ARGS=-t 1ps
endif

include $(shell cocotb --inc-makefile)
include $(shell cocotb-test --inc-makefile)

0 comments on commit 61b9993

Please sign in to comment.