Designing a CPU Using Multimedia Logic - Need Advice

  • Thread starter Basher1
  • Start date
  • Tags
    Logic
In summary, the designer is unfamiliar with the software and does not know how to use it to design a processor.
  • #1
Basher1
27
0
I have recently been commanded with the task of designing a simple single cycle CPU to implement a sorting algorithm. We must design the project using multimedia logic. I have an idea how to design the processor, but I have no idea how to use this software. From my basic understanding of it, it doesn't allow me much flexibility. I've tried googling how to go about designing CPU's with this software, however it's grossly underdocumented(to my knowledge). Is there anyone with knowledge of this software??
 
Physics news on Phys.org
  • #2
Basher1 said:
I have recently been commanded with the task of designing a simple single cycle CPU to implement a sorting algorithm. We must design the project using multimedia logic. I have an idea how to design the processor, but I have no idea how to use this software. From my basic understanding of it, it doesn't allow me much flexibility. I've tried googling how to go about designing CPU's with this software, however it's grossly underdocumented(to my knowledge). Is there anyone with knowledge of this software??

Can you please say a bit more about what "multimedia logic" is? I'm not familiar with the term yet. :smile:
 
  • #3
apologies, Multimedia logic is software that is used to design and simulate logic circuits. I am interested in using it to design a processor but I can't find any documentation on how to use this software correctly
 
  • #4
Basher1 said:
apologies, Multimedia logic is software that is used to design and simulate logic circuits. I am interested in using it to design a processor but I can't find any documentation on how to use this software correctly

Do you mean like Xilinx's ISE design tools? Their WebPack version is free:

http://www.xilinx.com/products/design-tools/ise-design-suite/ise-webpack.htm

You use this to design the FPGA/CPLD parts that make up your system. There are lots of FPGA/CPLD design tutorials on the web based on RTL or Verilog or VHDL hardware design languages. There are probably courses also offered at your local community college on this type of design tools, if that helps.
 
  • #5
  • #6
Basher1 said:
No, i know how to use project navigator but we can't use it in this project. here is the link for the software homepage. http://www.softronix.com/logic.html

Looks spammy to me. Why in the world would you be required to use those tools instead of being able to use professional-grade free design software from an industry leader like Xilinx?

And how is this spammy looking design software different from Xilinx's ISE? If you can use the Xilinx software, you should be able to use simpler tools like this, IMO.
 
  • #7
@ berkeman: I'm curious why you think this is spammy software? Looked ok to me, but I didn't install it.

Designing logic with schematics is so old-school. Is it an old school? An old teacher?

Aside from that, would you know how to design a cpu from scratch using Xilinx ISE? The process isn't much different.
 
  • #8
Because not everyone else who is doing this unit has got expierience with Xilinx ISE. The reason I find it difficult is there is too many restrictions on what you can do with the components. For example, I created a 16-bit Instruction memory by placing two generic 8-bit memory components side by side, I connected their data inputs and write enable lines to ground(since you don't write to IM unless its being programmed), then I connected a counter to the address inputs of the IM and loaded it with a sample program. This gave me a nice sequential program flow. But what if I want to change program flow(like with a branch)?. In Xilinx ISE I would probably add an 8-bit 2:1 Mux. In this there is no 8-bit 2:1 Mux, I would need another way. ISE gives virtually no limitations except what is physically achievable whereas in the logic simulator you are limited by restrictions of the software. This would be fine if I could find some documentation on the software but I can't. Yeah I guess the Teacher is old school, but my university has really good facilities.
 
  • #9
There are MUX's but they are all bit lines, you cannot switch buses, there is a bus tool, again they are all bit lines. I can't for the life of me figure out how that is useful, and I'm guessing there is some approach to designing processors in this software but if there is I haven't found it.
 
  • #10
Sounds like you know what you are doing. I can be of no help with the tool. Sorry.
 

1. What is the role of multimedia logic in CPU design?

Multimedia logic is essential in CPU design as it allows for the integration of various media components such as graphics, audio, and video into the processor. This allows for enhanced processing capabilities and improved performance in multimedia applications.

2. What are the key considerations when designing a CPU using multimedia logic?

Some important factors to consider when designing a CPU using multimedia logic include the type of multimedia components to be integrated, the processing speed and efficiency required, and compatibility with existing software and hardware.

3. How does the use of multimedia logic affect the overall performance of a CPU?

The use of multimedia logic can significantly improve the performance of a CPU by allowing for faster processing of multimedia-intensive tasks. However, it also adds complexity to the design, which can impact the overall efficiency of the processor.

4. What are the challenges of designing a CPU using multimedia logic?

One of the main challenges of designing a CPU with multimedia logic is ensuring compatibility and synchronization between different media components. This requires careful planning and testing to avoid potential conflicts or performance issues.

5. Are there any specific design strategies or techniques for incorporating multimedia logic into a CPU?

Yes, there are various design strategies and techniques that can be used when incorporating multimedia logic into a CPU. These include parallel processing, specialized multimedia instructions, and dedicated hardware accelerators for specific media tasks.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
625
Replies
2
Views
881
  • Engineering and Comp Sci Homework Help
Replies
7
Views
6K
  • Engineering and Comp Sci Homework Help
Replies
10
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
23
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
962
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
Back
Top