Re: [myhdl-list] myhdl.AlwaysCombError: signal (startmpy) used as inout in always_comb function arg
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-02-11 15:45:12
|
On 11/02/15 15:41, Josy Boelen wrote: > In a module I have two state machines: one doing overall control and the > second doing a serial multiply. I (almost always) write two-process > state machine. As a result I have one @always_comb where the the first > state machine issues a startpulse to the second and then waits for a > donepulse from the second to continue. Both state machine have some > (combinatorial or asynchronous) output signals in common so they have to > reside in the same (VHDL) process. <snip> Do you have some example code? Henry |