-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial PLL support This PLL only works on the GW1N-1 chip and understands only two fixed frequencies: 52 and 56 MHz. Dynamic divider tuning is not supported. Signed-off-by: YRabbit <rabbit@yrabbit.cyou> * Add an example for PLL Only for owners of Tangnano board and oscilloscope. Signed-off-by: YRabbit <rabbit@yrabbit.cyou> * Add unpacker for PLL At the moment it is not clear how it will behave with large chips with multiple PLLs and individual parts arranged differently in relation to each other, but for GW1N-1 it will work reasonably well as a pair to gowin_pack. And keep in mind that unpacking images made with vendor IDE will be wrong in terms of wiring - remember we are currently using routing over general purpose wires, not special (mostly unexplored) lines. Signed-off-by: YRabbit <rabbit@yrabbit.cyou> * Add support for a more common chip The GW1N-1 and GW1NZ-1 have a similar PLL, but the board with the former chip is already very hard to buy, so let's experiment with a more affordable chip. Signed-off-by: YRabbit <rabbit@yrabbit.cyou> * Add missing files for PLL examples Signed-off-by: YRabbit <rabbit@yrabbit.cyou> Signed-off-by: YRabbit <rabbit@yrabbit.cyou> Co-authored-by: Pepijn de Vos <pepijndevos@gmail.com>
- Loading branch information
1 parent
6cced15
commit bbd4b3d
Showing
8 changed files
with
1,135 additions
and
9 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.