Skip to main content

Questions tagged [microsemi-fpga]

Use this tag when your question specifically pertains to the Microsemi line of FPGAs and SoC-FPGAs.

Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I have a Microchip / Microsemi PolarFire FPGA design built in Libero where I instantiate a RISC-V core (System Builder) and three additional PF_RAMS (PolarFire SRAM) IP blocks that I want to ...
elysee's user avatar
  • 27
0 votes
1 answer
140 views

I'm trying to simulate Core1553BRT_APB LiberoSoc IP Core via user testbench provided by this Core. When I launch RTL simulation (I'm using ModelSim Microsemi Pro 2020.4), it gives me Error (...
Μεωτίδα's user avatar
0 votes
2 answers
104 views

I am implementing a Manchester decoder for a serial input with rate 10mbps +/- 0.01% bit timing error. The sampling frequency is 160MHz +/- 50ppm. Longest packet is 1526 bytes * 8 = 12208 bits. So ...
pulkitsingh's user avatar
2 votes
0 answers
101 views

I am trying to implement a fixed delay line using carry chain inside FPGA (Microchip's IGLOO2). Currently one of the constraints in this project is to use carry chain as delay elements (not any other ...
Murfoll __'s user avatar
0 votes
0 answers
135 views

I have designed a simple internal SRAM memory where I initiate the write enable and read enable via DIP switches. Verilog input wire has been declared in the simple memory read write which connects to ...
abunickabhi's user avatar
1 vote
1 answer
1k views

I currently work with two FPGAs, Microchip/Microsemi ProASIC3E and AMD/Xilinx Zynq-7020. In their datasheets, the recommended minimum operating frequency is 1.5 MHz for the A3PE ProASIC3E chip. The ...
abunickabhi's user avatar
0 votes
1 answer
365 views

We are using the FPGA ProASIC3E A3PE1500-PQ208. The FPGA got internally short circuited during runtime. The FPGA IO Supply Voltage and FPGA ground are permanently short circuited and it is not ...
abunickabhi's user avatar
1 vote
1 answer
127 views

Some of the labels used in back-annotated netlist descriptions generated by Microchip (Microsemi) Libero rely on forward slash naming conventions as shown below ...
nanoeng's user avatar
  • 181
-1 votes
1 answer
500 views

I have a test bench where I'm using a SystemVerilog bind construct. My test bench follows a similar organization to the one described at this link Every time I run it, error vsim-3171 shows up. I came ...
nanoeng's user avatar
  • 181
0 votes
1 answer
161 views

I am using a ProASIC3E PQ208 FPGA and Libero tool to write the vhdl code and program the board on which the FPGA is soldered. When I try to open Libero again to program file, it starts the synthesis ...
abunickabhi's user avatar
0 votes
1 answer
116 views

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 ...
abunickabhi's user avatar
0 votes
2 answers
441 views

I am woking with Microsemi Polarfire Splashkit evaluation board (Microchip's Polarfire MPF300T FPGA on board). My project has Mi-V RV32 Softcore processor (RISC-V ISA) and I am writing firmware for it....
ArchiMAD's user avatar
0 votes
1 answer
290 views

I instantiated a crystal oscillator (and CCC) in a Microchip/Microsemi IGLOO2 FPGA design, and the oscillator's VHDL module has a XTL input pin. What is the proper preparation/wiring for simulation? ...
P2000's user avatar
  • 3,187
0 votes
1 answer
323 views

An interconnect connects one or more masters to one or more slaves in a sort of system on chip design. In such a scenario there would be a master containing a standard bus like Avalon-MM, AMBA AXI, ...
quantum231's user avatar
  • 12.4k
0 votes
1 answer
1k views

In FPGA projects, the files are usually named after the entity they contain. I am trying to figure out these things: Is it a good practice to have multiple entities in same file? What if entity and ...
quantum231's user avatar
  • 12.4k
2 votes
2 answers
239 views

An ADC has a source synchronous output interface and is to be interfaced with an FPGA. The ADC can communicate using single ended CMOS, DDR CMOS and DDR LVDS. How do I know what is the fastest rate ...
gyuunyuu's user avatar
  • 2,347
0 votes
3 answers
2k views

I write embedded software that runs on a single board computer running Linux and talking to FPGAs. I do not do FPGA design, so I'm at the edge of my knowledge with this question: how do I program an ...
kmort's user avatar
  • 962
1 vote
0 answers
130 views

JTAG can be used to read/write data from/to FPGAs. I want to know if there is any device with an interpreter that can be used with user written STAPL files. Basically the peripheral shall wiggle the ...
gyuunyuu's user avatar
  • 2,347
0 votes
1 answer
297 views

How can one transfer data from PC to FPGA and read back result for test purpose where the data must not get corrupted i.e resend if data integrity was lost or use some other error recovery mechanism. ...
gyuunyuu's user avatar
  • 2,347
0 votes
1 answer
2k views

I am currently trying to get a basic Ethernet communication between a laptop and and FPGA Development board working correctly, however, I seem to be facing an issue where the auto-negotiation is ...
EpicFoodCartDestroyer's user avatar
0 votes
1 answer
290 views

I am having some trouble trying to understand how I can use Ethernet to transmit some data to a computer. To be clear this would be a direct connection (an Ethernet cable will run from my development ...
EpicFoodCartDestroyer's user avatar
4 votes
1 answer
1k views

I have recently start using the M2S150 Development kit from Microsemi and have run into an issue when attempting to program the board (via Libero 12.1). When running the "Run PROGRAM Action" ...
EpicFoodCartDestroyer's user avatar
0 votes
1 answer
906 views

I was following a tutorial to get started with Libero SoC with MicroSemi SmartFusion FPGA. I coded a small LED toggle module ...
nurabha's user avatar
  • 907
0 votes
1 answer
387 views

I'm trying to write a 24bin-32bcd BCD counter. Can anyone explain how to implement it ? Here is my code: http://tpcg.io/JOHf4IFj but it needs to be checked. I have some problems with "valid" ...
L.Kh.Hovhannisyan's user avatar
0 votes
2 answers
248 views

I am currently trying to configure my board to take an external square wave from a function generator, measure the time interval between rising and falling edges, then output the measurement on screen....
yer's user avatar
  • 67
0 votes
1 answer
349 views

I am currently trying to find the schematic or pinout chart for a MicroSemi's SmartFusion 2. I have read all of their reference documents and release notes, but I can't find which pin is wired into ...
yer's user avatar
  • 67
-1 votes
1 answer
4k views

My board uses a 50MHz clock which I am trying to convert to 1Hz so that I can blink an LED. The way my code works is it counts up to 25,000,000 and then the divided clock signal switches from 0 to 1. ...
yer's user avatar
  • 67
0 votes
1 answer
398 views

Here is a screenshot of the Libero catalogue tab in my machine. I am using Libero 11.9. There are only 3 design blocks which frankly are trivial. There is no divider, no floating point maths blocks, ...
gyuunyuu's user avatar
  • 2,347
1 vote
1 answer
2k views

I found several related answers to my question but none of them seem to clarify my case. I followed this answer and this one, but still getting warnings and when synth/impl. Here's the conceptual ...
Nazar's user avatar
  • 3,262
7 votes
1 answer
1k views

I know FPGA design using VHDL and I came up some new topic recently that usage of triplication in FPGA but I am not confident about its understanding. How can we use triplication in FPGA design and ...
srihari's user avatar
  • 71
1 vote
1 answer
1k views

I am working with the SoC FPGA Smartfusion2 M2S010-MKR-KIT. It is intended to exchange some data between the SoC and the PC. For that reason, I aim to use Ethernet. As far as I understood, in order ...
Lavender's user avatar
  • 527
-1 votes
1 answer
453 views

Microsemi FPGAs are marketed as being low power. They have this flash freeze mode that is supposed to achieve much lower power dissipation, down to micro watts. I am trying to understand how exactly ...
quantum231's user avatar
  • 12.4k
0 votes
0 answers
114 views

Please, help me understand the specsheet on page 2-22. The table says that 3.3V standard supports 12mA drive strength, but there is also a "software" defined strength. What is it? There is also a "...
Nazar's user avatar
  • 3,262
0 votes
1 answer
652 views

I followed the AMBA 3 APB specification to design my APB slave. Reading from a slave requires several clock cycles to make the data ready for the bus, so I set my PREADY signal for one clock cycle ...
Nazar's user avatar
  • 3,262
0 votes
2 answers
3k views

Could someone, please, clarify whether or not I could simultaneously read and write from the soft FIFO described in this document on p.157? It does say that I can use separate read and write clocks. I ...
Nazar's user avatar
  • 3,262
3 votes
1 answer
1k views

One of my hardware modules uses a state machine which is triggered when the input signal IN is HI (that's an LVDS pair on Microsemi proASIC FPGA). The problem arises when nothing is connected to the ...
Nazar's user avatar
  • 3,262
1 vote
2 answers
693 views

SmartFusion2 SoC FPGA is distinguished by containing an embedded Non-Volatile-Memory (eNVM) that is used to store the code needed for the booting process of the FPGA after power up. So in the presence ...
Lavender's user avatar
  • 527
1 vote
1 answer
790 views

I have 2 DDR3 x16 chips (MT41K256M16xx) interfaced with an FPGA (M2S150TS-1FCS536). I plan on using point-to-point data & fly-by address/command topologies. I'm using ECC with a 16 bit bus, so 18 ...
pserra's user avatar
  • 850
0 votes
0 answers
113 views

In order to program the ARM Cortex-M3 processor which is embedded in the Microsemi FPGA board SmartFusion2, I think there is two possibilities (correct me if wrong): Keil MDK (Microcontroller ...
Lavender's user avatar
  • 527
3 votes
1 answer
382 views

I want to start working on IGLOO2 FPGA, and I'm new to FPGAs. I searched throughout the internet for tutorials and training courses for Microsemi devices. It has a bad support and resources compared ...
HochKonik's user avatar
  • 139
1 vote
1 answer
3k views

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 ...
vermaete's user avatar
  • 390
4 votes
1 answer
815 views

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 ...
Brian Carlton's user avatar