diff options
Diffstat (limited to 'firmware/microblaze/README')
-rw-r--r-- | firmware/microblaze/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/firmware/microblaze/README b/firmware/microblaze/README deleted file mode 100644 index ba0aa11eb..000000000 --- a/firmware/microblaze/README +++ /dev/null @@ -1,16 +0,0 @@ -######################################################################## -# ZPU firmware code for USRP2 and N Series -######################################################################## -This code requires the gcc-zpu tool-chain which can be found here: - -http://opensource.zylin.com/zpudownload.html - -zpu-elf-gcc should be in your $PATH - -######################################################################## -# Run the following commands to build -######################################################################## -mkdir build -cd build -cmake ../ -make |