Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- thanks for ur reply. Then i am thinking of buying a new pc d. If that is the case, what is the spec of pc suggested? Besides, is QII support 64 bit Windows 7? I have checked with the altera website stated Qii doesn't support windows 7. However, i have a fren using 64 bit windows 7 to run 64bit QII. He uses the command shell instead of GUI, never face any problem. What do you think? --- Quote End --- Hi, I tried your design with a 8Gbyte 64bit Vista PC. It also fails. I had a brief look into your code. What you are trying is to implement a memory ( reg [7:0] q [299:0]), but due to your loop statements Quartus has to implement the memory as registers with a lot of multiplexers. I believe this is to complex. It doesn't help that you use only some bits as outputs, because the optimization takes place after the synthesis step. Kind regards GPK