YosysHQ / nextpnr

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

upgrade to C++17 #1268

Closed Ravenslofty closed 6 months ago

Ravenslofty commented 6 months ago

I got a bit annoyed at the lack of C++17 in nextpnr, so here's a PR to upgrade the C++ standard, as well as a fix to hashlib to remove the deprecated std::iterator usage.