Questions tagged [actel]

Actel was a company that makes FPGAs. They are now part of Microsemi.

See http://www.microsemi.com/products/fpga-soc/fpga-and-soc for more information on their FPGAs and SoC parts. One main difference between Actel FPGAs and other brands is Actel's are non-volatile; i.e. they don't require loading before use after power-one.

10 questions
5
votes
2 answers

What are the various files types in Actel (Microsemi) Libero?

While researching What files/directories are needed to recreate a Actel/Microsemi Igloo2 project?, I found about various files types. But not all are defined in the Libero SoC or Design Constraints, both v11.2 User's Guides. Specifically what are…
Brian Carlton
  • 13,252
  • 5
  • 43
  • 64
4
votes
1 answer

What files/directories are needed to recreate a Actel/Microsemi Igloo2 project?

This question is along the lines of What files/directories are needed to recreate a Xilinx PlanAhead project? but for an Actel/Microsemi FPGA design. I'm looking for a fairly standard design with Verilog and/or VHDL, project files, and a few cores.…
Brian Carlton
  • 13,252
  • 5
  • 43
  • 64
2
votes
3 answers

Are FPGAs for experimentation alone?

I have been reading about FPGAs recently and found that they have a lot of applications in many fields. I also read an article that they are used for testing purposes alone. Are FPGAs only for that? Also please tell me the disadvantages of the FPGAs…
Electronic_Nerd
  • 352
  • 1
  • 3
  • 11
2
votes
2 answers

MicrosemiTools and C++

I've been trying to work with the Microsemi SmartFusion FPGA/MCU SOC boards and their "free" toolchain that includes an Eclipse-based "SoftConsole" IDE that appears to be based on the GNU C/C++ compiler chain. The Actel website claims the compiler…
Nate
  • 868
  • 1
  • 10
  • 13
0
votes
1 answer

SmartFusion debug problems

I am using an Actel SmartFusion system-on-a-chip, running a bare-board application that uses the MSS with SPI, ACE and GPIO. (I am developing in Libero IDE 11.1 and SoftConsole.) My program successfully runs on the A2F200 package, but when I…
Stephen G
  • 1
  • 1
0
votes
1 answer

HLS like programming on Actel devices

I have been using Xilinx FPGA devices for a while and I use HLS extensively to create parts of my design. I have currently switched to Actel FPGA devices and specifically the ProASIC3 family, and wanted a similar functionality like HLS (Embedded C…
abunickabhi
  • 354
  • 3
  • 17
0
votes
1 answer

PLL integrated CCC, Microsemi/Actel ProASIC3 nano Flash Family FPGA, A3P125

I have Micosemi/Actel ProASIC3 Nano A3P125,VQ100 Chip. I was looking for the PLL integrated CCC to connect 100MHz Clock and I have been through the manual ProASIC3 FPGA Fabric User’s Guide. where i have found, i have three options(3pins) like "GFA0,…
AlamPanah
  • 1
  • 2
0
votes
1 answer

compiling vhdl code

I have a source code written in VHDL wich is intended to make an FPGA communicate witch PC via UART and a 8051 microcontroller at the same time the FPGA will be connected to 8051 via data,adresse lines, P3 (for output) the author of source code…
furtsiv
  • 3
  • 1
0
votes
1 answer

Gate-level design with a Smartfusion2

I am working with a SmartFusion2 FPGA, and I am trying to implement a fine delay line. For that, I would like to control exactly the content of some LUTs, to get cells with no logic properties but interesting timing variations. So, my goal is to…
pserra
  • 832
  • 4
  • 15
0
votes
1 answer

TCL command in Libero SOC [Microsemi] to generate the IP cores

Does anybody knows the TCL command to generate the IP cores in a design for the Libero Soc tool of Microsemi (v11.4 SP1)? So the IP core (e.g. a FIFO) is configured and in the design. However, the output files has still to be generated before the…
vermaete
  • 380
  • 3
  • 15