From 078602d711611c2823cf9a04071481103cde5385 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:58:59 +1200 Subject: [PATCH] tests/arch/xilinx: Fix for warnings on boxes The two test scripts affected use boxed modules directly; under normal usage the warning shouldn't appear. --- tests/arch/xilinx/abc9_dff.ys | 1 + tests/arch/xilinx/dsp_abc9.ys | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/arch/xilinx/abc9_dff.ys b/tests/arch/xilinx/abc9_dff.ys index 79e5a322c..9101c6e4d 100644 --- a/tests/arch/xilinx/abc9_dff.ys +++ b/tests/arch/xilinx/abc9_dff.ys @@ -1,4 +1,5 @@ logger -nowarn "Yosys has only limited support for tri-state logic at the moment\. .*" +logger -nowarn "Ignoring boxed module .*\." read_verilog <