6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Mon Jul 01, 2024 8:42 am

All times are UTC




Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Sun May 28, 2017 6:15 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10838
Location: England
It's true, I've only looked at devices on moderately affordable dev boards, and favouring Xilinx.

I haven't checked the numbers, but it's possible that Altera have made the tactical choice to dedicate a bit more of the die to on-chip RAM - it's dense by nature, so a small difference in ratio could be a large increase in capacity.


Top
 Profile  
Reply with quote  
PostPosted: Sun May 28, 2017 10:04 am 
Offline
User avatar

Joined: Sun Nov 27, 2011 12:03 pm
Posts: 229
Location: Amsterdam, Netherlands
Altera and Xilinx are definitely the big players. Their small chips are sold by fat Joes with cigars at fairs, their big ones probably come with a free hardware engineer if you buy enough. The fallout to development boards is probably no different either.


Last edited by Windfall on Sun May 28, 2017 12:03 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Sun May 28, 2017 10:33 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10838
Location: England
Interesting idea to write a design in microcoded style, for simplicity and maintainability, and then implement the microcode in logic. We usually have lots of logic capacity. Indeed, using distributed RAM should be efficient and hopefully also fast, although the speed of the result does remain to be seen.


Top
 Profile  
Reply with quote  
PostPosted: Sun May 28, 2017 11:26 am 
Offline
User avatar

Joined: Sun Nov 27, 2011 12:03 pm
Posts: 229
Location: Amsterdam, Netherlands
BigEd wrote:
Interesting idea to write a design in microcoded style, for simplicity and maintainability, and then implement the microcode in logic. We usually have lots of logic capacity. Indeed, using distributed RAM should be efficient and hopefully also fast, although the speed of the result does remain to be seen.

You may be surprised to see how ROM is implemented in logic. It actually works out very well. A ROM is basically just a collection of 'if <address x> then <data y>'. Which is exactly what the original form of programmable logic (basically an OR of ANDs) does really well, and consequently needs very few cells for. The contemporary form (LUTs) : exactly the same thing (but even more flexible).

I'd highly recommend having a (regular) look at netlists. Under Quartus, these are at Tools -> Netlist Viewers. This gives you a very good idea of what is being baked by the compiler, given your verilog or VHDL ingredients. Very enlightening. As is : knowing the underlying structure of your cells.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: