Actel rolls mixed-signal FPGA with hard ARM core
1–10 of 10 posts
Re: Actel rolls mixed-signal FPGA with hard ARM core
#2But I know nothing about FPGAs. Why don't we currently have CPUs that are reprogrammable (ie in laptops and destops)? Why don't we have (popular) FPGA based accelerators like we have graphics cards? Why aren't FPGAs used in graphics cards so that they can be customized for each game?
Some of my work involves numerical computing, working with GPUs/OpenCL/CUDA - yet I've never really considered FPGAs. Can they be configured to do matrix maths? Is the problem that they have limited storage?
Re: Actel rolls mixed-signal FPGA with hard ARM core
#3With all the fuss about GPUs, FPGAs seem to be less fashionable. I vaguely remember when they were going to be "the future" - that now seems to what GPU/CPU fusion will give us instead. But I know nothing about FPGAs. Why don't we currently have CPUs that are reprogrammable (ie in laptops and destops)? Why don't we have (popular) FPGA based accelerators like we have graphics cards? Why aren't FPGAs used in graphics c…
A CPU / GPU also has many orders of magnitude more logic gates than an FPGA has.
Re: Actel rolls mixed-signal FPGA with hard ARM core
#4With all the fuss about GPUs, FPGAs seem to be less fashionable. I vaguely remember when they were going to be "the future" - that now seems to what GPU/CPU fusion will give us instead. But I know nothing about FPGAs. Why don't we currently have CPUs that are reprogrammable (ie in laptops and destops)? Why don't we have (popular) FPGA based accelerators like we have graphics cards? Why aren't FPGAs used in graphics c…
FPGAs are general purpose logic gates that you can reprogram on the fly to do whatever you want them to do. I suppose you could configure them to do matrix maths, but they are not going to rival a dedicated GPU. Most hardware that utilizes a FPGA does so to simplify circut design, allow for circut redesign after a board has been built, and to cut down the number of external logic parts needed. A CPU / GPU also has ma…
Re: Actel rolls mixed-signal FPGA with hard ARM core
#5Earlier quoted context omitted.
FPGAs are general purpose logic gates that you can reprogram on the fly to do whatever you want them to do. I suppose you could configure them to do matrix maths, but they are not going to rival a dedicated GPU. Most hardware that utilizes a FPGA does so to simplify circut design, allow for circut redesign after a board has been built, and to cut down the number of external logic parts needed. A CPU / GPU also has ma…
i think I understand that, but I don't understand why it won't rival a dedicated GPU. A GPU is very much restricted to be SIMD, while it seems to me that you could program an FPGA in response to the data - either many SIMD processors or a a few SIMD plus some logic that combines results, or ...
Re: Actel rolls mixed-signal FPGA with hard ARM core
#6Earlier quoted context omitted.
i think I understand that, but I don't understand why it won't rival a dedicated GPU. A GPU is very much restricted to be SIMD, while it seems to me that you could program an FPGA in response to the data - either many SIMD processors or a a few SIMD plus some logic that combines results, or ...
Well, I should say, it won't rival a dedicated GPU once you factor in cost.
Re: Actel rolls mixed-signal FPGA with hard ARM core
#7With all the fuss about GPUs, FPGAs seem to be less fashionable. I vaguely remember when they were going to be "the future" - that now seems to what GPU/CPU fusion will give us instead. But I know nothing about FPGAs. Why don't we currently have CPUs that are reprogrammable (ie in laptops and destops)? Why don't we have (popular) FPGA based accelerators like we have graphics cards? Why aren't FPGAs used in graphics c…
Re: Actel rolls mixed-signal FPGA with hard ARM core
#8Earlier quoted context omitted.
FPGAs are general purpose logic gates that you can reprogram on the fly to do whatever you want them to do. I suppose you could configure them to do matrix maths, but they are not going to rival a dedicated GPU. Most hardware that utilizes a FPGA does so to simplify circut design, allow for circut redesign after a board has been built, and to cut down the number of external logic parts needed. A CPU / GPU also has ma…
i think I understand that, but I don't understand why it won't rival a dedicated GPU. A GPU is very much restricted to be SIMD, while it seems to me that you could program an FPGA in response to the data - either many SIMD processors or a a few SIMD plus some logic that combines results, or ...
Re: Actel rolls mixed-signal FPGA with hard ARM core
#9Earlier quoted context omitted.
FPGAs are general purpose logic gates that you can reprogram on the fly to do whatever you want them to do. I suppose you could configure them to do matrix maths, but they are not going to rival a dedicated GPU. Most hardware that utilizes a FPGA does so to simplify circut design, allow for circut redesign after a board has been built, and to cut down the number of external logic parts needed. A CPU / GPU also has ma…
i think I understand that, but I don't understand why it won't rival a dedicated GPU. A GPU is very much restricted to be SIMD, while it seems to me that you could program an FPGA in response to the data - either many SIMD processors or a a few SIMD plus some logic that combines results, or ...
Re: Actel rolls mixed-signal FPGA with hard ARM core
#10With all the fuss about GPUs, FPGAs seem to be less fashionable. I vaguely remember when they were going to be "the future" - that now seems to what GPU/CPU fusion will give us instead. But I know nothing about FPGAs. Why don't we currently have CPUs that are reprogrammable (ie in laptops and destops)? Why don't we have (popular) FPGA based accelerators like we have graphics cards? Why aren't FPGAs used in graphics c…
FPGAS: we have amazingly bad toolchains