1
0
mirror of synced 2026-04-25 03:46:21 +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
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"};