V
vhdl_addicted
Hi,
I would like to design my own first simplest CPU with VHDL codes. I
studied parts of a CPU on some books as Accumulator, Registers,
Memory, Control Unit. I have some questions to get answered:
----I want to make a 16-bit simple CPU. I want to multiply 2 numbers
(result= 3x5) by calling them from memory in my CPU. I will calculate
the result in ALU (arightmetic logic unit) as I consider. Then I want
to see the result on the CLK pulse screen in Multisim. But can you
give me a hint how to start in my architecture? How can I call
accumulator, multiplication, ALU and memory in my codes?
-how can i store 3 and 5 in my memory?
-what codes are used to call and multiply them in ALU?
-how can i carry my result to screen?
Thanks in advance,
I would like to design my own first simplest CPU with VHDL codes. I
studied parts of a CPU on some books as Accumulator, Registers,
Memory, Control Unit. I have some questions to get answered:
----I want to make a 16-bit simple CPU. I want to multiply 2 numbers
(result= 3x5) by calling them from memory in my CPU. I will calculate
the result in ALU (arightmetic logic unit) as I consider. Then I want
to see the result on the CLK pulse screen in Multisim. But can you
give me a hint how to start in my architecture? How can I call
accumulator, multiplication, ALU and memory in my codes?
-how can i store 3 and 5 in my memory?
-what codes are used to call and multiply them in ALU?
-how can i carry my result to screen?
Thanks in advance,