vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
[Warnings] Suppressed Bison Deprecation Warnings
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