|
This post was updated on .
I am trying to implement the PC chip but I am not getting the output,
the last step in my implementations just gives me 0 always, although I know
I am feeding the correct value.
[My chip implementation]
In the Hardwaresim, when in=0, reset=load=0, inc=1, I have my internal pins as
toinc[16] 0
incremented[16] 1
notinc[16] 0
dummy[16] 1
toreset[16] 1
toregister[16] 1
So I must have a 1 at the exit, what I am missing?
|