Author Topic: Beginning CPLD/FPGA xxx times PWM - resources  (Read 2210 times)

0 Members and 1 Guest are viewing this topic.

Offline glatochaTopic starter

  • Regular Contributor
  • *
  • Posts: 114
Beginning CPLD/FPGA xxx times PWM - resources
« on: May 25, 2013, 03:27:29 am »
Hi,

I am on the beginning of learning PLDs. I have a CoolRunnerII Development Board, so will focus on Xilinx.
I thought that having an product idea will help to drive me through the learning process.

So the idea is - Multi RGB LED controller
Input from the MCU -> shift registers store the value -> comparators compare with timer -> result stream out by serial interface to LED Controller.

So my question is. How many resources (makrocells) of CPLD this design will use. Can I put in (let's say 256 makrocells still reasonable package) 100 PWM channels? Or maybe 1000?

How to do such assumptions?

 

Offline TerminalJack505

  • Super Contributor
  • ***
  • Posts: 1310
  • Country: 00
Re: Beginning CPLD/FPGA xxx times PWM - resources
« Reply #1 on: May 25, 2013, 04:36:57 am »
The easiest way that I know of to 'ballpark' the macrocell count is to count the number of registered bits you are going to need.  That will be the absolute minimum number of macrocells you will need since there is only one register per macrocell.

So, for example, an 8-bit timer will take a minimum of 8 macrocells and each of the 8-bit registers will need 8 macrocells and so on.
 

Offline mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13745
  • Country: gb
    • Mike's Electric Stuff
Re: Beginning CPLD/FPGA xxx times PWM - resources
« Reply #2 on: May 25, 2013, 08:35:57 am »
CPLDs are  probably not an optimal choice cost-wise due to limited registers - a small FPGA would probably be better. If all you want is PWM, then there are several dedicated chips, many of which also do current regulation.
However as a learning exercise it's a fairly good choice - fairly simple to get going initially, then plenty of scope to explore different ways to implement to maximise efficiency.
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf