Forum Discussion
DonCajone
New Contributor
3 years agoHelp noob | matrix decoder ( synthesize a linear decoder as a decoder of columns and rows )
I have a problem with my project ( Signal "NAME" drives an input pin ) and i can't solve it :c. And 1 more question about my project, after i do something ( change lines or buses ) i compile without ...
- 3 years ago
Re-uploaded screenshot.
Regards,
Nurina
Nurina
Regular Contributor
3 years agoHi,
That's because you are using the same names for the X signals. The input and output signal names should be different, whenever a signal is input to a comb logic/register etc. the output signal is effectively different from the input signal.
You should put different names for each signals like below and you won't see the error:
Let me know if you still see problems with your decoder matrix after making the above changes.
Regards,
Nurina