|
This post was updated on .
^ Ok.
I'm having difficulty understanding how the ALU chip (specifically CMP file) is
working. In ch 2 pg 39 the implementation instructions says that "my first step is to create a logical circuit that manipulates a 16 bit input according to the nx and zx control bit".Does this mean I have to create a condition statement for finding zx and nx,as well as zy,ny,f,
and no, using binary digits?
If this is true then going back to the cmp file in the ALU chip, I'm assuming that when it's running its starting from the two 16-bit inputs, x[16] and y[16],x[16] first to determine
the conditions for zx and nx then y[16] to determine the conditions for
zy and ny. From here the chip is using logic to determine to create condition statements for the last two control bits right?
-------------------
*Updated*
Nevermind, I didn't look at the tst file, now I understand how it works.
|