nextpnr/gui
Pepijn de Vos 3611f54902
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 4d03b681a8

* assign ff_used in assignArchInfo

* decrease beta for better routability

* try to fix CI
2020-12-30 14:59:55 +00:00
..
ecp5 Preserve cmd parameters when loading json from GUI 2020-09-04 17:14:30 +02:00
generic enable lading of jsons and setting up context 2019-06-14 15:18:35 +02:00
gowin Gowin target (#542) 2020-12-30 14:59:55 +00:00
ice40 Preserve cmd parameters when loading json from GUI 2020-09-04 17:14:30 +02:00
nexus nexus: Add stub GUI 2020-11-30 08:45:27 +00:00
resources Add SVG option to gui 2020-02-27 09:37:09 +01:00
application.cc clangformat 2019-06-24 11:43:01 +01:00
application.h option to disable anti aliasing in gui 2019-05-25 08:42:17 +02:00
base.qrc Add SVG option to gui 2020-02-27 09:37:09 +01:00
basewindow.cc cleanup 2020-02-28 11:02:07 +01:00
basewindow.h Add SVG option to gui 2020-02-27 09:37:09 +01:00
CMakeLists.txt Make imgui and qtgui compile on older qt as well, opengl 3.2 required 2018-10-24 19:00:58 +02:00
create_img.sh add newline 2019-06-28 13:44:01 +02:00
designwidget.cc Fix assert, check should be other way arround 2020-07-06 17:29:25 +02:00
designwidget.h Changes to cover issues from code review 2018-10-29 19:39:52 +01:00
fpgaviewwidget.cc old boost support 2020-04-20 13:59:47 +02:00
fpgaviewwidget.h Skip same frames 2020-01-11 15:48:43 +01:00
line_editor.cc Add support for pasting multiline code to python 2020-02-28 11:02:01 +01:00
line_editor.h Add support for pasting multiline code to python 2020-02-28 11:02:01 +01:00
lineshader.cc clangformat 2018-11-16 13:25:51 +00:00
lineshader.h Reduce GL shader version for wider compatibility. 2018-12-20 22:28:53 +00:00
pyconsole.cc Add GUI for executing python file 2018-12-14 17:20:25 +01:00
pyconsole.h Add GUI for executing python file 2018-12-14 17:20:25 +01:00
pythontab.cc Python code cleanup 2020-11-14 16:34:12 +01:00
pythontab.h Add GUI for executing python file 2018-12-14 17:20:25 +01:00
quadtree.h clangformat 2018-11-16 13:25:51 +00:00
treemodel.cc gui: Fix sorting order in TreeModel. 2020-02-28 03:56:33 +01:00
treemodel.h Propagate proper ctx, fixes fetchMore 2018-11-11 10:53:48 +01:00
worker.cc moved some context variables to settings 2019-06-15 15:23:51 +02:00
worker.h Make worker generic 2018-08-02 18:10:01 +02:00