Open Pouf842 opened 7 years ago
I think we talked about this a few weeks ago? Getting the code to handle loops correctly is quite hard, and also it doesn't matter if the clock is right when you have a loop, since the machine will always be wrong.
Technically a bug, but very low priority.
Oh, yeah, I remember now. Sorry.
I still haven't fixed it :)
It oscillates on mTick on design: a=1?1:b, b=1?1:a (I use op sel test)
I have this design :
puzz-Products.zip
When I test it, at the end of my first step, my I-Dec is not stabilized. And when I include a rather similar design in another one (the real one I'm testing to beat the level), it's the multiplier that is not stabilized. But either case, the clock seems to not be correctly set.
As you can see, there's a loop, because my multiplier takes the I-Dec output as an input, and the I-Dec takes the multiplier output as (one of its/) an input.
So, it my be normal for the design not to work, but I feel like it should have an indetermined input (?) rather than the clock to not be long enough ?