YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.24k stars 237 forks source link

Fix: misc warnings #1269

Closed dragonmux closed 6 months ago

dragonmux commented 6 months ago

This PR seeks to address some of the sea of unused parameter warnings created when compiling with -Wall -Wextra -Wpedantic on GCC, and the Rust FFI bindings warnings while improving const and reference correctness in this code.

Tested to the best of our abilities with the iCE40 backend.