URL
https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 4 |
Line 371... |
Line 371... |
pw->setTextColor(Qt::white);
|
pw->setTextColor(Qt::white);
|
} else if (pw->backgroundColor() != Qt::lightGray) {
|
} else if (pw->backgroundColor() != Qt::lightGray) {
|
pw->setBackgroundColor(Qt::lightGray);
|
pw->setBackgroundColor(Qt::lightGray);
|
pw->setTextColor(Qt::black);
|
pw->setTextColor(Qt::black);
|
}
|
}
|
pw->setText(QString("%1").arg(instr, 8, 16, QChar('0')));
|
int codesz = line[ASM_codesize].to_int();
|
|
pw->setText(QString("%1").arg(instr, 2*codesz, 16, QChar('0')));
|
|
|
pw = item(idx, COL_label);
|
pw = item(idx, COL_label);
|
pw->setTextColor(Qt::black);
|
pw->setTextColor(Qt::black);
|
pw->setText(QString(line[ASM_label].to_string()));
|
pw->setText(QString(line[ASM_label].to_string()));
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.