diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..fc60bc0 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,7 @@ +== Compile from source == + +``` +$ mkdir build +$ cd build +$ cmake ../openFPGALoader/ +$ cmake --build . diff --git a/altera.cpp b/openFPGALoader/altera.cpp similarity index 100% rename from altera.cpp rename to openFPGALoader/altera.cpp diff --git a/altera.hpp b/openFPGALoader/altera.hpp similarity index 100% rename from altera.hpp rename to openFPGALoader/altera.hpp diff --git a/bitparser.cpp b/openFPGALoader/bitparser.cpp similarity index 100% rename from bitparser.cpp rename to openFPGALoader/bitparser.cpp diff --git a/bitparser.hpp b/openFPGALoader/bitparser.hpp similarity index 100% rename from bitparser.hpp rename to openFPGALoader/bitparser.hpp diff --git a/board.hpp b/openFPGALoader/board.hpp similarity index 100% rename from board.hpp rename to openFPGALoader/board.hpp diff --git a/cable.hpp b/openFPGALoader/cable.hpp similarity index 100% rename from cable.hpp rename to openFPGALoader/cable.hpp diff --git a/configBitstreamParser.cpp b/openFPGALoader/configBitstreamParser.cpp similarity index 100% rename from configBitstreamParser.cpp rename to openFPGALoader/configBitstreamParser.cpp diff --git a/configBitstreamParser.hpp b/openFPGALoader/configBitstreamParser.hpp similarity index 100% rename from configBitstreamParser.hpp rename to openFPGALoader/configBitstreamParser.hpp diff --git a/device.cpp b/openFPGALoader/device.cpp similarity index 100% rename from device.cpp rename to openFPGALoader/device.cpp diff --git a/device.hpp b/openFPGALoader/device.hpp similarity index 100% rename from device.hpp rename to openFPGALoader/device.hpp diff --git a/display.cpp b/openFPGALoader/display.cpp similarity index 100% rename from display.cpp rename to openFPGALoader/display.cpp diff --git a/display.hpp b/openFPGALoader/display.hpp similarity index 100% rename from display.hpp rename to openFPGALoader/display.hpp diff --git a/epcq.cpp b/openFPGALoader/epcq.cpp similarity index 100% rename from epcq.cpp rename to openFPGALoader/epcq.cpp diff --git a/epcq.hpp b/openFPGALoader/epcq.hpp similarity index 100% rename from epcq.hpp rename to openFPGALoader/epcq.hpp diff --git a/fsparser.cpp b/openFPGALoader/fsparser.cpp similarity index 100% rename from fsparser.cpp rename to openFPGALoader/fsparser.cpp diff --git a/fsparser.hpp b/openFPGALoader/fsparser.hpp similarity index 100% rename from fsparser.hpp rename to openFPGALoader/fsparser.hpp diff --git a/ftdijtag.cpp b/openFPGALoader/ftdijtag.cpp similarity index 100% rename from ftdijtag.cpp rename to openFPGALoader/ftdijtag.cpp diff --git a/ftdijtag.hpp b/openFPGALoader/ftdijtag.hpp similarity index 100% rename from ftdijtag.hpp rename to openFPGALoader/ftdijtag.hpp diff --git a/ftdipp_mpsse.cpp b/openFPGALoader/ftdipp_mpsse.cpp similarity index 100% rename from ftdipp_mpsse.cpp rename to openFPGALoader/ftdipp_mpsse.cpp diff --git a/ftdipp_mpsse.hpp b/openFPGALoader/ftdipp_mpsse.hpp similarity index 100% rename from ftdipp_mpsse.hpp rename to openFPGALoader/ftdipp_mpsse.hpp diff --git a/ftdispi.cpp b/openFPGALoader/ftdispi.cpp similarity index 100% rename from ftdispi.cpp rename to openFPGALoader/ftdispi.cpp diff --git a/ftdispi.hpp b/openFPGALoader/ftdispi.hpp similarity index 100% rename from ftdispi.hpp rename to openFPGALoader/ftdispi.hpp diff --git a/gowin.cpp b/openFPGALoader/gowin.cpp similarity index 100% rename from gowin.cpp rename to openFPGALoader/gowin.cpp diff --git a/gowin.hpp b/openFPGALoader/gowin.hpp similarity index 100% rename from gowin.hpp rename to openFPGALoader/gowin.hpp diff --git a/jedParser.cpp b/openFPGALoader/jedParser.cpp similarity index 100% rename from jedParser.cpp rename to openFPGALoader/jedParser.cpp diff --git a/jedParser.hpp b/openFPGALoader/jedParser.hpp similarity index 100% rename from jedParser.hpp rename to openFPGALoader/jedParser.hpp diff --git a/lattice.cpp b/openFPGALoader/lattice.cpp similarity index 100% rename from lattice.cpp rename to openFPGALoader/lattice.cpp diff --git a/lattice.hpp b/openFPGALoader/lattice.hpp similarity index 100% rename from lattice.hpp rename to openFPGALoader/lattice.hpp diff --git a/latticeBitParser.cpp b/openFPGALoader/latticeBitParser.cpp similarity index 100% rename from latticeBitParser.cpp rename to openFPGALoader/latticeBitParser.cpp diff --git a/latticeBitParser.hpp b/openFPGALoader/latticeBitParser.hpp similarity index 100% rename from latticeBitParser.hpp rename to openFPGALoader/latticeBitParser.hpp diff --git a/main.cpp b/openFPGALoader/main.cpp similarity index 100% rename from main.cpp rename to openFPGALoader/main.cpp diff --git a/mcsParser.cpp b/openFPGALoader/mcsParser.cpp similarity index 100% rename from mcsParser.cpp rename to openFPGALoader/mcsParser.cpp diff --git a/mcsParser.hpp b/openFPGALoader/mcsParser.hpp similarity index 100% rename from mcsParser.hpp rename to openFPGALoader/mcsParser.hpp diff --git a/part.hpp b/openFPGALoader/part.hpp similarity index 100% rename from part.hpp rename to openFPGALoader/part.hpp diff --git a/progressBar.cpp b/openFPGALoader/progressBar.cpp similarity index 100% rename from progressBar.cpp rename to openFPGALoader/progressBar.cpp diff --git a/progressBar.hpp b/openFPGALoader/progressBar.hpp similarity index 100% rename from progressBar.hpp rename to openFPGALoader/progressBar.hpp diff --git a/spiFlash.cpp b/openFPGALoader/spiFlash.cpp similarity index 100% rename from spiFlash.cpp rename to openFPGALoader/spiFlash.cpp diff --git a/spiFlash.hpp b/openFPGALoader/spiFlash.hpp similarity index 100% rename from spiFlash.hpp rename to openFPGALoader/spiFlash.hpp diff --git a/svf_jtag.cpp b/openFPGALoader/svf_jtag.cpp similarity index 100% rename from svf_jtag.cpp rename to openFPGALoader/svf_jtag.cpp diff --git a/svf_jtag.hpp b/openFPGALoader/svf_jtag.hpp similarity index 100% rename from svf_jtag.hpp rename to openFPGALoader/svf_jtag.hpp diff --git a/xilinx.cpp b/openFPGALoader/xilinx.cpp similarity index 100% rename from xilinx.cpp rename to openFPGALoader/xilinx.cpp diff --git a/xilinx.hpp b/openFPGALoader/xilinx.hpp similarity index 100% rename from xilinx.hpp rename to openFPGALoader/xilinx.hpp