Skip to content

Commit

Permalink
FPGA: renamed logic_orig into logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jeras committed Mar 22, 2017
1 parent e386b22 commit 3179b51
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile.x86
Expand Up @@ -84,8 +84,8 @@ UBOOT_CFLAGS = "-O2 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard"

FPGA_TAR = fpga.zip

FPGA_PRJ_LST = classic logic_orig v0.94 axi4lite mercury
FPGA_PRJ = logic_orig
FPGA_PRJ_LST = classic logic v0.94 axi4lite mercury
FPGA_PRJ = logic

.PHONY: fpga fpga_all

Expand All @@ -99,7 +99,7 @@ $(INSTALL_DIR)/fpga: | $(FPGA_TAR)
cp fpga/archive/*.xz $(INSTALL_DIR)/fpga
cd $(INSTALL_DIR)/fpga; xz -df *.xz
# backward compatibility, TODO, should be removed at next OS release
cp $(INSTALL_DIR)/fpga/logic_orig/fpga.bit $(INSTALL_DIR)/fpga/fpga_la.bit
cp $(INSTALL_DIR)/fpga/logic/fpga.bit $(INSTALL_DIR)/fpga/fpga_la.bit
cp $(INSTALL_DIR)/fpga/v0.94/fpga.bit $(INSTALL_DIR)/fpga/fpga_0.94.bit
cp $(INSTALL_DIR)/fpga/classic/fpga.bit $(INSTALL_DIR)/fpga/fpga_classic.bit

Expand Down
1 change: 0 additions & 1 deletion TODO.md
Expand Up @@ -6,7 +6,6 @@ Jupyter:
- there is this error in the log:
`404 GET /jupyter/nbextensions/widgets/notebook/js/extension.js`
so some widgets are not working
- use generator/acquire from logic_orig
- rethink start/trigger/stop synchronization
- each channel should have own UIO DT node and driver,
so they could be used by separate applications
Expand Down
2 changes: 1 addition & 1 deletion fpga/fpga.rst
Expand Up @@ -90,7 +90,7 @@ on the first Red Pitaya release.
| | Linux kernel features for GPIO (IRQ, SPI, I2C, 1-wire) and |
| | LED (triggers). |
+-------------------+------------------------------------------------------------------+
| logic_orig | This image is used by the logic analyzer, it is using DMA to |
| logic | This image is used by the logic analyzer, it is using DMA to |
| | transfer data to man DDR3 RAM. ADC and DAS code is unfinished. |
+-------------------+------------------------------------------------------------------+
| axi4lite | Image intended for testing various AXI4 bus implementations. |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3179b51

Please sign in to comment.