lowRISC / lowRISC/lowrisc-chip

+waitdebug problem

Open
#69 14 comments 0 reactions 1 assignee View on GitHub

@wallento is already working on this.

Since Aug 24, 2017.

Dominant language
SystemVerilog
Stars
601
Forks
147
PR merge metrics
No merged PRs in 30d

Description

I have managed to build the simulation via:
`make CONFIG=DebugConfig` in `vsim `directory
next I would like launch the RTL simulation and but the debug tool couldnt connect correctly when I run:
`./DebugConfig-sim +waitdebug`
of which I didnt manage to see the output on the terminal. Basically there is nothing printed at all.
`Glip TCP DPI listening on port 23000 and 23001`

I have successfully build both **Glip Software** and **Open SoC Debug software**
and also I tried to connect the daemon on the second terminal
`opensocdebugd tcp`
I observed the following outcome:
```
Open SoC Debug Daemon
Backend: tcp
glip: glip_open: Cannot open backend
glip: glip_write_b: No connection; you need to call glip_open() first!
glip: glip_read_b: No connection; you need to call glip_open() first!
opensocdebugd: ../../src/connection-standalone.c:67: receiver_thread_function: Assertion `rv == 0' failed.
Aborted (core dumped)

```
any advice what could have possibly gone wrong?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.