diff options
| author | David Shah <dave@ds0.me> | 2019-12-27 11:19:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-27 11:19:45 +0000 |
| commit | 4e0ca50db137eb9d10098582be607c98601f8375 (patch) | |
| tree | 7dd586694d7c3bca458502f3e6d677da1a6954b3 /gui | |
| parent | b6e2159cecdf79d0d94d0e6a9dda8cef6389cac1 (diff) | |
| parent | 5774b13984bb151909b90ee2c668bdfb08387a2b (diff) | |
| download | nextpnr-4e0ca50db137eb9d10098582be607c98601f8375.tar.gz nextpnr-4e0ca50db137eb9d10098582be607c98601f8375.tar.bz2 nextpnr-4e0ca50db137eb9d10098582be607c98601f8375.zip | |
Merge pull request #353 from YosysHQ/generic-frontend
New hierarchy-capable generic frontend framework and json11 based JSON frontend
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/basewindow.cc | 1 | ||||
| -rw-r--r-- | gui/ice40/mainwindow.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gui/basewindow.cc b/gui/basewindow.cc index 550a4b93..a470335d 100644 --- a/gui/basewindow.cc +++ b/gui/basewindow.cc @@ -28,7 +28,6 @@ #include <fstream>
#include "designwidget.h"
#include "fpgaviewwidget.h"
-#include "jsonparse.h"
#include "jsonwrite.h"
#include "log.h"
#include "mainwindow.h"
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc index ccff2117..dc8a3a23 100644 --- a/gui/ice40/mainwindow.cc +++ b/gui/ice40/mainwindow.cc @@ -27,7 +27,6 @@ #include <fstream>
#include "bitstream.h"
#include "design_utils.h"
-#include "jsonparse.h"
#include "log.h"
#include "pcf.h"
|
