This website requires JavaScript.
Explore
Help
Sign In
caiyu
/
nextpnr
Watch
1
Star
0
Fork
0
You've already forked nextpnr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f12e76479c
nextpnr
/
gui
/
gowin
/
nextpnr.qrc
6 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Gowin target (#542) * load wires * add slice bels * add IOB * add aliases * local aliases * broken packing stuff * working packer * add constraints * pnr runs1111 * add timing info * constraints * more constraint stuff * add copyright * remove generic reference * remove parameters * remove generic python api * add newline to end of file * some small refactoring * warn on invalid constraints * don't error on missing cell * comment out debugging print * typo * avoid copy * faster empty idstring * remove intermediate variable * no more deadnames * fix cst warnings * increase ripup and epsilon a bit * take single device parameter * add info to readme * gui stubs * Revert 4d03b681a8634e978bd5af73c97665500047e055 * assign ff_used in assignArchInfo * decrease beta for better routability * try to fix CI
2020-12-30 22:59:55 +08:00
<RCC>
gowin: Add GUI. * Items such as LUT, DFF, MUX, ALU, IOB are displayed; * Local wires, 1-2-4-8 wires are displayed; * The clock spines, taps and branches are displayed with some caveats. For now, you can not create a project in the GUI because of possible conflict with another PR (about GW1NR-9C support), but you can specify the board in the command line and load .JSON and .CST in the GUI. Although ALUs are displayed, but the CIN and COUT wires are not. This is still an unsolved problem. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
2022-01-29 12:45:17 +08:00
<qresource prefix="/icons">
<file>resources/open_cst.png</file>
</qresource>
Gowin target (#542) * load wires * add slice bels * add IOB * add aliases * local aliases * broken packing stuff * working packer * add constraints * pnr runs1111 * add timing info * constraints * more constraint stuff * add copyright * remove generic reference * remove parameters * remove generic python api * add newline to end of file * some small refactoring * warn on invalid constraints * don't error on missing cell * comment out debugging print * typo * avoid copy * faster empty idstring * remove intermediate variable * no more deadnames * fix cst warnings * increase ripup and epsilon a bit * take single device parameter * add info to readme * gui stubs * Revert 4d03b681a8634e978bd5af73c97665500047e055 * assign ff_used in assignArchInfo * decrease beta for better routability * try to fix CI
2020-12-30 22:59:55 +08:00
</RCC>
Reference in New Issue
Copy Permalink