D
denken
Guest
I designed a microcomputer based on the book "VHDL programming by
example" by Douglas L. Perry.
The software I use is Quartus II v5.0.
The device I use is Flex10K EPF10K20RC240-4.
The memory and cpu could be synthesized separately, but after I
combined them in my top level entity as follows
m1 : mem port map (addr, vma, rw, ready,data);
u1 : cpu port map(clock, reset, ready, addr, rw, vma, data);
No logic cell was created.
Does anyone know what is wrong?
Thanks
example" by Douglas L. Perry.
The software I use is Quartus II v5.0.
The device I use is Flex10K EPF10K20RC240-4.
The memory and cpu could be synthesized separately, but after I
combined them in my top level entity as follows
m1 : mem port map (addr, vma, rw, ready,data);
u1 : cpu port map(clock, reset, ready, addr, rw, vma, data);
No logic cell was created.
Does anyone know what is wrong?
Thanks