rlindsberg / 1331IL-VHDL-Design

Microprocessor AR 4003
GNU General Public License v3.0
0 stars 0 forks source link

CASE isn't working as it should (in my opinion) #40

Closed gitgnmn closed 6 years ago

gitgnmn commented 6 years ago

In the decode CASE object when 000 to 0101 we need to have the same code as for the last alu entry (0110) since the logic isn't getting that an empty when body means we want it to use the body of the when entry below or if that one is empty the one below that one, and so on.

Solution: copy the code under when "0110" => to the others.

rlindsberg commented 6 years ago

Quite difficult to follow, because it is such a long sentence..

rlindsberg commented 6 years ago

screen shot 2018-09-29 at 19 16 08

Most of the signals show U