From c793fbb42a7a2a7ce26c3eb229cea0943f6741ba Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Tue, 25 Jan 2022 16:23:23 -0600 Subject: fpga: rfnoc: Remove rfnoc_version from target YAML This causes the latest RFNoC protocol version to be used by default and avoids the need to update YAML files every time the RFNoC protocol version gets bumped. --- fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml | 1 - fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml | 1 - fpga/usrp3/top/x400/x410_400_128_rfnoc_image_core.yml | 1 - fpga/usrp3/top/x400/x410_400_rfnoc_image_core.yml | 1 - 4 files changed, 4 deletions(-) (limited to 'fpga/usrp3/top/x400') diff --git a/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml b/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml index 78c0b3cb9..4f79e0aee 100644 --- a/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x400/x410_100_rfnoc_image_core.yml @@ -6,7 +6,6 @@ copyright: >- # Copyright information used in file hea license: >- # License information used in file headers SPDX-License-Identifier: LGPL-3.0-or-later version: '1.0' # File version -rfnoc_version: '1.0' # RFNoC protocol version chdr_width: 64 # Bit width of the CHDR bus for this image device: 'x410' # USRP type image_core_name: 'x410_100' # Name to use for the RFNoC Image Core files diff --git a/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml b/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml index f9246dee1..a3ee079b3 100644 --- a/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x400/x410_200_rfnoc_image_core.yml @@ -6,7 +6,6 @@ copyright: >- # Copyright information used in file hea license: >- # License information used in file headers SPDX-License-Identifier: LGPL-3.0-or-later version: '1.0' # File version -rfnoc_version: '1.0' # RFNoC protocol version chdr_width: 64 # Bit width of the CHDR bus for this image device: 'x410' # USRP type image_core_name: 'x410_200' # Name to use for the RFNoC Image Core files diff --git a/fpga/usrp3/top/x400/x410_400_128_rfnoc_image_core.yml b/fpga/usrp3/top/x400/x410_400_128_rfnoc_image_core.yml index a2a86e6a1..0d7704749 100644 --- a/fpga/usrp3/top/x400/x410_400_128_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x400/x410_400_128_rfnoc_image_core.yml @@ -6,7 +6,6 @@ copyright: >- # Copyright information used in file hea license: >- # License information used in file headers SPDX-License-Identifier: LGPL-3.0-or-later version: '1.0' # File version -rfnoc_version: '1.0' # RFNoC protocol version chdr_width: 128 # Bit width of the CHDR bus for this image device: 'x410' # USRP type image_core_name: 'x410_400_128' # Name to use for the RFNoC Image Core files diff --git a/fpga/usrp3/top/x400/x410_400_rfnoc_image_core.yml b/fpga/usrp3/top/x400/x410_400_rfnoc_image_core.yml index 000d5976a..7c06da3bd 100644 --- a/fpga/usrp3/top/x400/x410_400_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x400/x410_400_rfnoc_image_core.yml @@ -6,7 +6,6 @@ copyright: >- # Copyright information used in file hea license: >- # License information used in file headers SPDX-License-Identifier: LGPL-3.0-or-later version: '1.0' # File version -rfnoc_version: '1.0' # RFNoC protocol version chdr_width: 512 # Bit width of the CHDR bus for this image device: 'x410' # USRP type image_core_name: 'x410_400' # Name to use for the RFNoC Image Core files -- cgit v1.2.3