3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge pull request #4784 from YosysHQ/krys/reduce_warnings

Reduce number of warnings
This commit is contained in:
KrystalDelusion 2024-12-05 09:16:06 +13:00 committed by GitHub
commit c96d02b204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 69 additions and 74 deletions

View file

@ -60,7 +60,7 @@ struct QlDspSimdPass : public Pass {
// ..........................................
const size_t m_ModeBitsSize = 80;
const int m_ModeBitsSize = 80;
// DSP parameters
const std::vector<std::string> m_DspParams = {"COEFF_3", "COEFF_2", "COEFF_1", "COEFF_0"};