it may seem silly , but i have been trying to understand term which is used all the time in many of the books i have , the logic high or low 0 etc , and with that small example has just helped me understand that little bit more.
@m1geo2 жыл бұрын
Useful, thanks! 👏
@travelthetropics61902 жыл бұрын
I was going through a FPGA PC project and found that it is using "Wishbone" bus to connect Softcore to other components? Do you know a way to extend "Wishbone" bus to a physical CPU ? Any idea would be appreciated.
@CompuSAR2 жыл бұрын
I'm not particularly versed in Wishbone, but it should be possible (assuming the CPU you want to connect to has a Wishbone interface, that is). The bus was designed to be extensible, so exporting it to the FPGA pins should be possible. Of course, that leads you to the world of hurt that is timing requirement, electromagnetic interference and clocks.
@samborms3 жыл бұрын
A good video
@CompuSAR3 жыл бұрын
Thank you.
@samborms3 жыл бұрын
@@CompuSAR it's an interesting way to apply the concept, I know there are a series of videos about this project, but maybe some people would find enjoyable get down more deep in than original proposal, and I know there is a series of videos about inside a CPU, but is better to use a well know IC as base
@CompuSAR3 жыл бұрын
@@samborms I'm sorry, I don't understand your proposal.
@samborms3 жыл бұрын
@@CompuSAR my apology, I couldn't explain myself right. I mean: "There is many videos about make a computer using a 8 bit microprocessor, but this is the first time I see the implementation of the architecture of one those 8 bit microprocessor using a FPGA", this is a one l more down level in the design of a 8 bit computer, good job.