[Oberon] FPGAs are no longer FPGAs

Skulski, Wojciech skulski at pas.rochester.edu
Tue Oct 17 02:13:19 CEST 2017


> So, a proper design would look something like this.

> [cid:image001.png at 01D33FBA.8D9CD950]

> According to the Xilinx text, the main problem seems to be the skew. 
> As RISC-5 only runs at 25 MHz, it might be that there is a lot of time reserve 
> and the different arrival times of the clk signal do not matter so much…

Joerg:

actually, this practice is discouraged. Strongly discouraged, I would say. Maybe one day it was OK, but today one is supposed to use the Digital Clock Manager (DCM) provided for the purpose of dealing with clocks.

On a more general note. DCM is just one of many "cores" provided by a modern FPGA. As the article (below) says: "FPGAs are no longer FPGAs". They are no longer composed of just gates and flip flops, but rather they delivers lots of hard silicon cores that are supposed to be used. The trick of generating the clock without using the DCM is not taking advantage these highly optimized cores, and thus it is impacting the performance. 

The article did not discuss another facet of modern FPGA programming, which is "soft cores". Not everything is being delivered as a hard core embedded in the FPGA silicon. An increasing number of solutions is delivered as "soft cores", which are prepackaged pieces of HDL, well tested and documented. Vendors like Xilinx often deliver the soft cores precompiled without source. Fortunately, good quality open source soft cores are quite abundant. (Look at OpenCores or Hamster Works.) My own personal choice is to always look at the available cores before embarking on my own development. The original Oberon System did not use this approach. That's fine, but my own preference would be to replace at least some of the present design with either soft or hard cores. In particular, implementing fast memory interfaces is plain impossible without using hard memory controllers provided by FPGA vendors.

So to summarize, your proposed clock solution is good for a tutorial, but it should not be used in practice, unless performance is truly not important.

The article is available here: 

www .fpgarelated .com/ showarticle/357/how-fpgas-work-and-why-you-ll-buy-one

Note that I broke the line with spaces to prevent our University mailer to mess it up in a ridiculous way. 

Wojtek

-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 25214 bytes
Desc: image001.png
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20171017/161f8512/attachment.png>


More information about the Oberon mailing list