question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New User of Cocotb

See original GitHub issue

Hey Guys, Im new to cocotb and wanted to try to the simple example, but I keep running into this issue:


$ git clone https://github.com/potentialventures/cocotb
Cloning into 'cocotb'...
$ cd cocotb/examples/endian_swapper/tests
$ make
make: cocotb-config: Command not found
Makefile:60: /Makefile.inc: No such file or directory
make: cocotb-config: Command not found
Makefile:61: /Makefile.sim: No such file or directory
make: *** No rule to make target '/Makefile.sim'.  Stop.

Anyone been there before? Running on ubuntu 18.04

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Quickstart Guide — cocotb 1.7.2 documentation
Quickstart Guide . In the following sections, we are walking you through creating and running a small but complete cocotb testbench for...
Read more >
Welcome to cocotb's documentation! — cocotb 1.7.2 ...
cocotb is a COroutine based COsimulation TestBench environment for verifying VHDL and SystemVerilog RTL using Python. cocotb is completely free, open source ( ......
Read more >
Quickstart Guide — cocotb 1.4.0 documentation
To run the test suite against the VHDL implementation, use the following command ... Use sig.setimmediatevalue(new_val) to set a new value immediately (see ......
Read more >
Quickstart Guide — cocotb 1.3.0 documentation
New in version 1.2. Cocotb can be installed by running. pip3 install cocotb. or. pip install cocotb. For user local installation follow the...
Read more >
Library Reference — cocotb 1.7.2 documentation
Simulation time duration before timeout occurs. New in version 1.3. Note. Test timeout is intended for protection against deadlock. Users should use ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found