How can we refer to an instruction register IR of 16 bits-05619
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
This multiple choice question (MCQ) is related to the book/course
vu cs501 Advance Computer Architecture.
It can also be found in
vu cs501 Mid Term - Quiz No.4.
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
IR<16..0>
IR<15..0>
IR<16..1>
IR<15..1>