aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2024-03-14 22:44:52 -0500
committerWade Fife <wade.fife@ettus.com>2024-03-15 00:32:53 -0500
commite7167fd0448f65c07b4a061e2bb1678ce2d06031 (patch)
tree1ac1ebf783b74113bac157205a54a1c1184cb303
parentfpga: n3xx: Rename BIST image cores (diff)
downloaduhd-e7167fd0448f65c07b4a061e2bb1678ce2d06031.tar.xz
uhd-e7167fd0448f65c07b4a061e2bb1678ce2d06031.zip
fpga: utils: Use default image core name
-rwxr-xr-xfpga/usrp3/tools/utils/update_image_cores.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/tools/utils/update_image_cores.sh b/fpga/usrp3/tools/utils/update_image_cores.sh
index f4f678034..4af102bd6 100755
--- a/fpga/usrp3/tools/utils/update_image_cores.sh
+++ b/fpga/usrp3/tools/utils/update_image_cores.sh
@@ -8,6 +8,6 @@ for device_top in e31x e320 n3xx x300 x400; do
cd $curr_path
for yml_f in *core.yml; do
echo "Regenerating from $yml_f..."
- rfnoc_image_builder -y $yml_f -o `basename $yml_f .yml`.v -H -D -G -l warning $@
+ rfnoc_image_builder -y $yml_f -H -D -G -l warning $@
done
done