Nuand / bladeRF-adsb

bladeRF ADS-B hardware decoder
https://nuand.com/bladeRF-adsb
MIT License
115 stars 31 forks source link

bladeRF-adsb fails to compile with release 2023.02 #17

Open kartsan opened 8 months ago

kartsan commented 8 months ago

I tried to compile bladeRF-adsb with the latest bladeRF release version 2023.02 as described in Building ADS-B image section of the README.md but got the following error:

Error (10346): VHDL error at rx-adsb.vhd(226): formal port or parameter "eight_bit_mode_en" must have actual or default value File: /home/ik/bladerf/bladeRF/hdl/fpga/platforms/bladerf-micro/vhdl/rx-adsb.vhd Line: 226
Error (10784): HDL error at fifo_writer.vhd(44): see declaration for object "eight_bit_mode_en" File: /home/ik/bladerf/bladeRF/hdl/fpga/ip/nuand/synthesis/fifo_writer.vhd Line: 44

According to that, I guess the new eight-bit mode needs some changes to bladeRF-adsb code? Or did I do something wrong?