Skip to content

Commit 5e2e9a3

Browse files
Jon Szymaniakjynik
authored andcommitted
nios: Incremented FPGA version to v0.6.0
Minor version incremented to denote added trigger interface.
1 parent bb4aa46 commit 5e2e9a3

File tree

1 file changed

+1
-1
lines changed
  • hdl/fpga/ip/altera/nios_system/software/bladeRF_nios/src

1 file changed

+1
-1
lines changed

hdl/fpga/ip/altera/nios_system/software/bladeRF_nios/src/fpga_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define FPGA_VERSION_ID 0x7777
99
#define FPGA_VERSION_MAJOR 0
10-
#define FPGA_VERSION_MINOR 5
10+
#define FPGA_VERSION_MINOR 6
1111
#define FPGA_VERSION_PATCH 0
1212
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
1313
(FPGA_VERSION_MINOR << 8) | \

0 commit comments

Comments
 (0)