Skip to content
Snippets Groups Projects
Commit cd50e146 authored by jsiegle's avatar jsiegle
Browse files

Add Custom FPGA back to ProcessorList

parent 9ff78cac
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ ProcessorList::ProcessorList()
ProcessorListItem* sources = new ProcessorListItem("Sources");
sources->addSubItem(new ProcessorListItem("RHA2000-EVAL"));
//sources->addSubItem(new ProcessorListItem("Signal Generator"));
//sources->addSubItem(new ProcessorListItem("Custom FPGA"));
sources->addSubItem(new ProcessorListItem("Custom FPGA"));
sources->addSubItem(new ProcessorListItem("Rhythm FPGA"));
sources->addSubItem(new ProcessorListItem("File Reader"));
//sources->addSubItem(new ProcessorListItem("Event Generator"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment