Posts: 2
Threads: 1
Joined: Feb 2022
Hi all,
I guess the current FLL model in PULP setup is not synthesizable. I want to make my own ASIC and looking for open source FLL IPs.
Has anyone used such an IP?
Also wanted to check on my understanding that FLL in its current form is not synthesizable.
Posts: 151
Threads: 0
Joined: Oct 2018
The FLL will need a DCO which has a bit of an analog block inside. That block (unfortunately) we are not allowed to share as it is technology dependent analog IP. Basically an FLL is practical if you are looking for on-chip clocks higher than 200-300 MHz. Otherwise external clocks can easily be pushed through the pads.
Finding a usable / available clocking IP is not very easy, in the end, we were forced to design our own.
Visit pulp-platform.org and follow us on twitter @pulp_platform
Posts: 2
Threads: 1
Joined: Feb 2022
(02-28-2022, 02:37 PM)kgf Wrote: The FLL will need a DCO which has a bit of an analog block inside. That block (unfortunately) we are not allowed to share as it is technology dependent analog IP. Basically an FLL is practical if you are looking for on-chip clocks higher than 200-300 MHz. Otherwise external clocks can easily be pushed through the pads.
Finding a usable / available clocking IP is not very easy, in the end, we were forced to design our own.
Thanks for this insight.