Search found 29 matches

by Robert
Thu Jan 18, 2024 11:29 pm
Forum: QuickFeather
Topic: yosys: undefined symbol: ffi_type_double, version LIBFFI_BASE_7.0
Replies: 4
Views: 5539

Re: yosys: undefined symbol: ffi_type_double, version LIBFFI_BASE_7.0

Unfortunately, this version of Symbiflow has only been tested on Ubuntu 20_04. I am glad that you have found a fix for your Linux distribution.
by Robert
Thu Jan 18, 2024 11:17 pm
Forum: Documentation
Topic: Looking for documentation about eFPGA macrocells (EOS-S3)
Replies: 3
Views: 4501

Re: Looking for documentation about eFPGA macrocells (EOS-S3)

The reference manual has a section of the FPGA. If you want to understand how to interface the FPGA I would suggest the following additional resources https://github.com/coolbreeze413/qorc-onion-apps This has a range of basic examples of how to interface the EOS device with your FPGA design. A video...
by Robert
Thu Jan 18, 2024 11:05 pm
Forum: General Discussion
Topic: Is this forum alive ?
Replies: 1
Views: 3981

Re: Is this forum alive ?

Hi Martoni,
Yes, this forum is still being monitored, please upload your questions and we will try and help.

Thanks
Robert
by Robert
Thu Jun 22, 2023 2:19 pm
Forum: FPGAs
Topic: PolarPro 3 / 3E
Replies: 3
Views: 37412

Re: PolarPro 3 / 3E

Datasheet for this device is available at https://www.quicklogic.com/wp-content/u ... 3_2021.pdf

Video on the tool flow is available https://www.youtube.com/embed/CWxsns-mE-w and https://www.youtube.com/embed/gfltuy7zTbc

Robert
by Robert
Thu Jun 22, 2023 1:41 pm
Forum: EOS-S3
Topic: Some questions about EOS S3 platform: packaging, LV variant, Sensor Processing Subsystem and documentation
Replies: 7
Views: 45322

Re: Some questions about EOS S3 platform: packaging, LV variant, Sensor Processing Subsystem and documentation

Please find the answers to some of your questions. I understand from forum posts here that the QFN packaging is effectively end-of-life and that, as of last year, Quicklogic had been looking for a similarly user-friendly replacement package. Has Quicklogic made any headway in identifying one? Rob>> ...
by Robert
Thu Jun 22, 2023 1:30 pm
Forum: EOS-S3
Topic: Bug reporting for EOS-S3 FPGA toolchain
Replies: 1
Views: 5826

Re: Bug reporting for EOS-S3 FPGA toolchain

The QuickLogic support for EOS S3 has been rolled into the f4PGA release at https://github.com/chipsalliance/f4pga-examples Instructions on installing and running the demo is available at https://f4pga-examples.readthedocs.io/en/latest/getting.html Example project is available at https://github.com/...
by Robert
Thu Apr 20, 2023 8:27 am
Forum: QuickFeather
Topic: QuickFeather Lite schematics?
Replies: 1
Views: 14537

Re: QuickFeather Lite schematics?

The only difference between the two boards is that the Lite version doesn't have the Pressure sensor - Infineon DPS310 populated. So there is no new schematics
by Robert
Thu Apr 20, 2023 7:53 am
Forum: FPGAs
Topic: 8-bit ECUs for FIR filters
Replies: 1
Views: 7321

Re: 8-bit ECUs for FIR filters

QuickLogic was the first FPGA company to add DSP into the FPGA with the EclipsePlus family. Unfortunately, these DSP’s are only 8-bits and they need to use FPGA routing to cascade together. I don’t believe that it would be very efficient to implement 32x32. Another alternative is the EOS S3, which h...
by Robert
Wed Oct 19, 2022 1:21 pm
Forum: EOS-S3
Topic: ADC Specification and how to connect
Replies: 1
Views: 21749

Re: ADC Specification and how to connect

Example configuration for the ADC can be found at https://github.com/QuickLogic-Corp/qorc ... a89816863f
ADC.PNG
ADC.PNG (16.69 KiB) Viewed 20881 times
battery level monitor for quickfeather firmware in the above link
by Robert
Thu Oct 13, 2022 1:08 pm
Forum: EOS-S3
Topic: ADC Specification and how to connect
Replies: 1
Views: 21749

ADC Specification and how to connect

Question I can see that there is a ADC module, but it is not clear how to configure the 2 ADC channels and connected to the external world. QL Answer>> EOS S3 has two channel of ADC, on the QuickFeather and BGA package, and 1 channel on the WLCSP package It is a 12-bit ∑Δ Analog-to-Digital Converter...