vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

[Warnings] Suppressed Bison Deprecation Warnings

Open AlexandreSinger opened this issue 9 months ago • 1 comments

Suppressed the Bison deprecation warnings for SDCParse and BlifParse since the fix for the deprecation requires Bison 3.3, but the current minimum version of Bison is 3.0

Some development machines using VPR cannot be upgraded to Bison 3.3 easily, so for now the deprecation warnings are just being suppressed until all machines are on Bison 3.3

PR #2529 tracks this issue and contains the code to fix the deprecations.

This represents the last warnings in the CI detailed in issue #2518

AlexandreSinger avatar May 16 '24 20:05 AlexandreSinger