Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"How do I access signals in C?" in documentation should be edited #1198

Closed
veripoolbot opened this issue Sep 6, 2017 · 1 comment
Closed
Assignees
Labels
area: documentation Issue involves documentation resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Shinobu TAKANASHI
Original Redmine Issue: 1198 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


Hi,

I'd worked for 2 days to find out the way to "access signals in C" and noticed the document was wrong (for recent version of Verilator).

The following

cout << "clock is " << top->v->clk << endl;
</code>

should be like bellow, right?

cout << "clock is " << top->our->clk << endl;
</code>

I was just lucky I could find the clue:
openrisc/orpsoc-cores#111

Hope this will be fixed.

Thanks

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-09-07T00:46:36Z


Thanks for the feedback. Docs updated in git towards 3.909.

@veripoolbot veripoolbot added area: documentation Issue involves documentation resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation Issue involves documentation resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants