mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
colognechip integration: apply review remarks
* add missing #include <string>
* add comment to part.hpp why highest nibble should be kept
* remove _reverseOrder variable from colognechipCfgParser.{hpp,cpp}
* rename cfgDone() to to a more meaningfull waitCfgDone()
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
|
||||
#include "colognechipCfgParser.hpp"
|
||||
|
||||
CologneChipCfgParser::CologneChipCfgParser(const std::string &filename, bool reverseOrder):
|
||||
CologneChipCfgParser::CologneChipCfgParser(const std::string &filename):
|
||||
ConfigBitstreamParser(filename, ConfigBitstreamParser::ASCII_MODE,
|
||||
false), _reverseOrder(reverseOrder)
|
||||
false)
|
||||
{}
|
||||
|
||||
int CologneChipCfgParser::parse()
|
||||
|
||||
Reference in New Issue
Block a user