Problems implementing CPU.hdl

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problems implementing CPU.hdl

BLOB
Hi again, I got some questions related to CPU.hdl implementation

1) I am assuming that the inc bit value of PC is always equal to one irrespective of the load bits value... because, if load bit is zero, it keeps incrementing and if load bit is one, it stops incrementing and loads the output of ARegister.. Have I assumed correctly that the inc bit value of PC is always one??
Reply | Threaded
Open this post in threaded view
|

Re: Problems implementing CPU.hdl

BLOB
Never mind, CPU.hdl IMPLEMENTED!!!

My assumption was right, inc value is always one!