aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/gfx.h
Commit message (Collapse)AuthorAgeFilesLines
* run clangformatgatecat2022-02-031-1/+0
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* gowin: Rearrange the GUI constantsYRabbit2022-02-031-4896/+0
| | | | | | | All internal constants for describing the graphics have been moved to the .cc file. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
* gowin: Add GUI.YRabbit2022-01-291-0/+4935
* 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>