Simulator crash while running COCOTB with xcelium
See original GitHub issueHi 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?
`
`
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ktbarrett sent you the log file after setting environment variable LD_DEBUG=libs
@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.