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.

Should we be able to poke() implicit resets?

See original GitHub issue

While I’m aware that the testers have reset(), should we still be able to poke() reset like a normal signal? e.g. poke(c.reset, 1)

If so, it doesn’t seem possible to do that yet since poke() doesn’t recognize chisel3.core.Reset.

If not, then perhaps a more user-friendly error message is in order, since an error message of “no overload for chisel3.core.Reset” isn’t immediately obvious - maybe we should add an explicit poke() method for chisel3.core.Reset and have it print an error message to use reset() instead.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
jackkoenigcommented, Jun 19, 2018

I think you’re going to want to be able to poke reset in some way, especially if you have multiple resets.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Should we be able to poke() implicit resets? · Issue #836
I think you're going to want to be able to poke reset in some way, especially if you have multiple resets.
Read more >
Can't printf with PeekPokeTester in Chisel3
Ok, finally I found the problem. It's an import problem. In head of source file there is a : import chisel3._. It sounds...
Read more >
Chisel tester with overridden step() method - j-marjanovic.io
PeekPokeTester allows poke -ing the inputs to DUT and peek -ing the outputs from DUT. It also provides a step() method to advance...
Read more >
Understanding null safety
A deep dive into Dart language and library changes related to null safety. ... So with null safety we are removing implicit downcasts...
Read more >
Chapter 11: Joran - Logback
You are highly encouraged to poke about in this example, by adding new rules on the rule store, modifying the XML document (hello.xml)...
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