mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
anlogicBitParser: allows to reverse (or not) bytes
This commit is contained in:
@@ -30,13 +30,15 @@
|
||||
*/
|
||||
class AnlogicBitParser: public ConfigBitstreamParser {
|
||||
public:
|
||||
AnlogicBitParser(const std::string &filename, bool verbose = false);
|
||||
AnlogicBitParser(const std::string &filename, bool reverseOrder,
|
||||
bool verbose = false);
|
||||
~AnlogicBitParser();
|
||||
int parse() override;
|
||||
void displayHeader();
|
||||
|
||||
private:
|
||||
int parseHeader();
|
||||
bool _reverseOrder;
|
||||
};
|
||||
|
||||
#endif // SRC_ANLOGICBITPARSER_HPP_
|
||||
|
||||
Reference in New Issue
Block a user