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.

Simulator crash while running COCOTB with xcelium

See original GitHub issue

Hi All, I am trying to run my first cocotb simulations using xcelium. I am stuck at tool crash issue.

  • the cocotb version used - 1.5.0rc3,
  • the operating system and version - Linux 64 bit,
  • the simulator and version - cadence xcelium 20.09.008 (64 bit),
  • the Python version - 3.6, system
  • (part of) the log file

I used pip3.6 to install cocotb version 1.5.0rc3. Can anyone please help to resolve this crash issue?

` image

`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
thmanicommented, Mar 18, 2021

@ktbarrett sent you the log file after setting environment variable LD_DEBUG=libs

0reactions
ktbarrettcommented, Mar 25, 2021

@thmani That’s good news! We will investigate why virtualenv might be causing problems.

Also, your issue with GLIBCXX_3.4.21 sounds like an environment issue as well. Your cocotb was compiled with a newer GCC and against a newer libstdc++ than the one it is picking up from your environment. You should make sure the same GCC/Clang/MSVC you compile with is the one in your environment when executing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release Notes — cocotb 1.7.2 documentation
Released on 9 July 2013. The first release of cocotb. Allows installation and running against Icarus, VCS, Aldec simulators.
Read more >
cocotb/Lobby - Gitter
I have tried using Verilator today and it got worse. Using Questa, cocotb can't see some sub_modules. With the same HDL running it...
Read more >
Cocotb: a Python-based digital logic verification framework
The simulator will start and run the tests. 0.00ns INFO. Running on ncsim(64) version 15.20-s046. 0.
Read more >
Does Vivado's Simulator support COCOTB?
Does anyone know if the embedded simulator in Vivado will support cocotb? Last, if anyone has comments on using cocotb please share them...
Read more >
Fuzzing Hardware Like Software - arXiv
The CRV testbench is implemented with the cocotb [40] framework and simulations are run with Verilator [41]. Listing 1. SystemVerilog of Lock ...
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