Replies: 8 comments 1 reply
-
You can change a value, perform a microstep, and then change the next value. And the same goes when changing one bit of a value. |
Beta Was this translation helpful? Give feedback.
-
As soon as i change the value, it's already propagated all the way. |
Beta Was this translation helpful? Give feedback.
-
You need to start the simulation in "single gate mode" if you want to follow the propagation of a signal. |
Beta Was this translation helpful? Give feedback.
-
Isn't that what i did? "Single gate step mode"? |
Beta Was this translation helpful? Give feedback.
-
@gbizzotto |
Beta Was this translation helpful? Give feedback.
-
see #1053 |
Beta Was this translation helpful? Give feedback.
-
@gbizzotto |
Beta Was this translation helpful? Give feedback.
-
Fixed. Thanks!
…On Wed, Nov 9, 2022 at 5:04 PM Helmut Neemann ***@***.***> wrote:
@gbizzotto <https://github.com/gbizzotto>
Please try the pre release v0.29-56-g500277d
<https://infdigital.dhbw-mosbach.de/>
—
Reply to this email directly, view it on GitHub
<#1049 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGUNOA2IJJ2VJ2LE6GDEJTWHP7UDANCNFSM6AAAAAARXA6KPA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
In single step debugging, when i change an input value (that is, more than one bit), it fully propagates, skipping the step by step feature. I need to change inputs at different steps (for instance, one input before the first step, another input before the second step, another one before the fourth, etc), and those can't interact properly otherwise.
Did i miss a config that enables step by step for input value changes?
Edit: As a workaround, one could, for each such input, add a second 1-bit input to switch it on and off, so the many-bits value can propagate properly, like so:
Of course, this is additional work before and after debug. Furthermore, it adds one step before the initial propagation of the value.
Beta Was this translation helpful? Give feedback.
All reactions