1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 15:43:30 +00:00

Added Yosys tab with interactive console

This commit is contained in:
Miodrag Milanovic
2018-07-16 21:15:49 +02:00
parent 56fa8cc669
commit ee2ed461e6
7 changed files with 328 additions and 1 deletions

View File

@@ -48,7 +48,6 @@ void LineEditor::keyPressEvent(QKeyEvent *ev)
QToolTip::hideText();
if (lines.empty())
return;
printf("Key_Up\n");
if (ev->key() == Qt::Key_Up)
index--;
if (ev->key() == Qt::Key_Down)