3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 13:28:59 +00:00

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.
This commit is contained in:
Krystine Sherwin 2025-04-08 16:58:59 +12:00
parent 237e454131
commit 078602d711
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -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 <<EOT
module top(input C, D, output [7:0] Q);

View file

@ -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 <<EOT
module top(input [24:0] A, input [17:0] B, output [47:0] P);