Addition of counter variable
Closed this issue · 2 comments
lgwagner commented
I'm finding that it might be useful to create a reserved signal named "steps" or "counter" that automatically tracks the number of steps that are executed. I find myself using this signal more and more as a macro. It would be convenient if it were just a part of the language and auto-generated for every specification.
jendavis commented
Sure. That would be useful I think. It will probably break some specs
though when it becomes a keyword.
…On Mon, Jul 24, 2017 at 2:28 PM, Lucas Wagner ***@***.***> wrote:
I'm finding that it might be useful to create a reserved signal named
"steps" or "counter" that automatically tracks the number of steps that are
executed. I find myself using this signal more and more as a macro. It
would be convenient if it were just a part of the language and
auto-generated for every specification.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#89>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOirRF7qhsSWtoNtmIqfSfYirDHAdhB1ks5sRPB7gaJpZM4Ohohx>
.
--
Jennifer A. Davis, Ph.D.
Pr. Applied Mathematician
Trusted Systems, Advanced Technology Center
Rockwell Collins
(319) 295-0370 (O), (319) 210-3720 (C)
Any Export License Required Information and License Restricted Third Party
Intellectual Property (TPIP) content must be encrypted and sent to
Jen.Davis@corp.rockwellcollins.com.
lgwagner commented
Implemented