nextpnr/gui
gatecat 6bd3dba1e3 Remove the unused CellInfo::pins field
No arches ever actually used this to implement a Cell->Bel pin mapping,
and in practice if any did try they would inevitably hit bitrot.

This field had limited use in practice as it is necessary to also
support cases where one cell pin maps to more than one bel pin. Removing
this old field is the first step towards developing a new API for this.

Signed-off-by: gatecat <gatecat@ds0.me>
2021-02-10 10:42:26 +00:00
..
ecp5 ecp5: Use snake case for arch-specific functions 2021-02-03 10:53:08 +00:00
fpga_interchange Update copywrite headers. 2021-02-04 16:38:33 -08: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 ice40: Use snake case for arch-specific functions 2021-02-03 10:46:12 +00: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 Remove the unused CellInfo::pins field 2021-02-10 10:42:26 +00:00
designwidget.h Refactor GUI to use IdStringLists 2021-02-02 17:00:33 +00:00
fpgaviewwidget.cc refactor: Replace getXName().c_str(ctx) with ctx->nameOfX 2021-02-02 17:00:14 +00: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 cleanup: Spelling fixes 2021-01-28 15:19:06 +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 cleanup: Spelling fixes 2021-01-28 15:19:06 +00:00
treemodel.cc Refactor GUI to use IdStringLists 2021-02-02 17:00:33 +00:00
treemodel.h Refactor GUI to use IdStringLists 2021-02-02 17:00:33 +00: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