Re: [myhdl-list] myhdl.AlwaysCombError: signal (startmpy) used as inout in always_comb function arg
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-02-11 20:45:17
|
On 2/11/2015 1:44 PM, Josy Boelen wrote: > Christopher Felton <chris.felton <at> gmail.com> writes: > >> >> Why have a single comb vs. two comb? > > Because they target the same outputs. I'll augment the simplified > example a bit: This modified code isn't a good example because the second state-machine always overwrites the first, so you can eliminate the first state-machines assignments to /Status/. You would need states in each state-machine that doesn't assign and doesn't overlap - but ugh how do you keep track of that as the complexity grows? Regards, Chris |