mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-07 11:51:26 +02:00
rename ftdijtag to jtag
- drop everything about ftdi - use jtagInterface to communicate with hardware - for all class using jtag: rename FtdiJtag -> Jtag
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@
|
||||
|
||||
#include "bitparser.hpp"
|
||||
#include "device.hpp"
|
||||
#include "ftdijtag.hpp"
|
||||
#include "jtag.hpp"
|
||||
#include "svf_jtag.hpp"
|
||||
|
||||
class Altera: public Device {
|
||||
public:
|
||||
Altera(FtdiJtag *jtag, std::string filename, bool verbose);
|
||||
Altera(Jtag *jtag, std::string filename, bool verbose);
|
||||
~Altera();
|
||||
|
||||
void program(unsigned int offset = 0);
|
||||
|
||||
Reference in New Issue
Block a user