The PLLs provided in projects/common/plls are not following a same convention and only cover specific cases.
It would be great to have a more direct syntax, for instance
unit main(output uint5 leds)<@50MHz>
{
}
and have the PLL be automatically generated by scripts provided in each board framework.
The PLLs provided in
projects/common/pllsare not following a same convention and only cover specific cases.It would be great to have a more direct syntax, for instance
and have the PLL be automatically generated by scripts provided in each board framework.