summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-05-28 12:04:50 +0200
committerCayetano Santos2021-05-28 12:04:50 +0200
commitccc37ea516690d3a84c6f7316c0fb48230b6f02f (patch)
treee75f8c50887e2136651f7f76d41b626a3e3f9247
parent787061e06c6e15256bc9bc96668ce08b7c32f009 (diff)
downloadaur-ccc37ea516690d3a84c6f7316c0fb48230b6f02f.tar.gz
Fix module import and badge
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--readme.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45e4f226b376..08a536b22dd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,4 +23,4 @@ build-package:
- su notroot -c "git clone https://aur.archlinux.org/python-cocotb-bus.git"
- cd python-cocotb-bus
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- - python -c 'import cocotb-bus; print("All OK")'
+ - python -c 'import cocotb_bus; print("All OK")'
diff --git a/readme.org b/readme.org
index 4eb688ab3977..9266085f0711 100644
--- a/readme.org
+++ b/readme.org
@@ -1,6 +1,6 @@
#+TITLE: Python-cocotb-bus AUR package
-[[https://gitlab.com/aur-packages/python-cocotb/-/commits/master][https://gitlab.com/aur-packages/python-cocotb-bus/badges/master/pipeline.svg]]
+[[https://gitlab.com/aur-packages/python-cocotb-bus/-/commits/master][https://gitlab.com/aur-packages/python-cocotb-bus/badges/master/pipeline.svg]]
[[https://docs.cocotb.org/en/latest/][Cocotb]] is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python.
[[https://github.com/cocotb/cocotb-bus][Cocotb-bus]] are pre-packaged testbenching tools and reusable bus interfaces for [[https://github.com/cocotb/cocotb-bus][Cocotb]].