element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Personal Blogs
  • Community Hub
  • More
Personal Blogs
Michael Kellett's Blog Simple Dev board for Efinix Trion FPGAs
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: michaelkellett
  • Date Created: 10 Dec 2022 12:01 PM Date Created
  • Views 3297 views
  • Likes 14 likes
  • Comments 7 comments
Related
Recommended

Simple Dev board for Efinix Trion FPGAs

michaelkellett
michaelkellett
10 Dec 2022

Die hard E14 blog readers will be familiar with my blowing the trumpet for low cost simple FPGA development work and I’m at it again.

I’ve just done some work for  a client where they really wanted to use the Intel(Altera) Max 10 and the only way to get them was to buy ready made Alorium Sno boards and a Sparkfun breakout board to access the connections. It got the job done but wasn’t cheap or convenient.

At the moment, only Gowin and Efinix seem to have cheap FPGAs in easy to manage packages available without messing from distribution.

I’ve been looking for some time at the Efinix parts and I think they have the potential to be really useful. They are available in numbers from Digikey at reasonable prices.

Before I can confidently suggest to a client that they use a part I need to have got it working at least once on a board of my own design, so that I’ve worked through the initial pitfalls.

So, this is a quick look at my development board for Efinix Trion parts (T8 and T20) in 144 pin TQFP packages.

Of course, it has the features that I want so might not be universally appealing, but I’ll have some boards soon (before Christmas) and will be able to give a couple away if anyone is interested.

Dev Board features

Most of the FPGA pins are broken out onto 10 pin Molex Picoblade headers arranged in pairs with all the pins paired. This is for easy connection to a logic analyser and uses the end pins as grounds and the middle 8 pins for signals. I use this format a lot and have cables for my logic analyser ready made so it all just plugs together.

There are two of the nice 64Mbit PSRAMs from AP Memory (APS6404L) which were flagged up by /members/scottiebabe in a blog recently. These give me 16 Mbytes of RAM in a very small space but without the need for a horrible DDRAM type interface. (If you wonder why I describe the interface as horrible, try coding it in VHDL or Verilog using standard FPGA IO pins !)

Although it’s perfectly possible to make the FPGA talk directly to a PC, and in some cases makes sense to do so, it takes a lot of effort and FPGA resource to do stuff a cheap processor can do more easily. My board has a Giga Devices GD32E103C8 processor with connections to the outside world for logic level UART, SPI display and some very basic analogue. The GD processor can re-start the FPGA but is not configured to programme its boot flash memory.

I chose the GD processor because it’s an ARM Cortex M4 with ST compatible peripherals and footprint, but unlike ST parts you can get them on reasonable delivery.

The Efinix FPGA is a RAM only device and needs an external boot flash memory. This can be programmed by an external device (FTDI lead or JTAG) using Efinix’s software.

If you like putting microcontrollers in your FPGA Efinix have several variations on the RiscV on their website, as well as quite a bit of other IP.

I’ll post a bit more when I get it working.

image

Schematic .pdfs here:

Comments and questions welcom.

MK

  • Sign in to reply
  • michaelkellett
    michaelkellett over 2 years ago

    Boards are on their way:

    image

    Based on past experience they might arrive on Friday, but Christmas and post strikes may push that back a little. (Post strikes are overloading inependent carriers in the UK, like UPS).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • scottiebabe
    scottiebabe over 2 years ago

    I am thoroughly enjoying your FPGA Jazz solo! Keep it up! And nice work on the development platform.


    It just boggles my mind that I can record 10 seconds of HD video in a compressed format with $2 memory chip in an SO-8 package. And then slowly write the result to an SD card or send it up into the cloud.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • saadtiwana_int
    saadtiwana_int over 2 years ago

    I often think of trying out the FPGAs from these less popular companies. What usually scares me away is the development environment. I'll be curious to know what your experience with the IDE is. 

    Looking forward to more on this!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • wolfgangfriedrich
    wolfgangfriedrich over 2 years ago

    Ha, I am also looking at Efinix FPGAs at work currently, also because of availability. 

    The sad part is,that they don't have free development software. You need to buy one of their eval boards and register it to get a software license and support for one year.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Fred27
    Fred27 over 2 years ago

    Nice work. I'll be interested to see how it turns out, and what the experience of developing for the Efinix devices is like.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube