Internals: Use pure expressions in V3Randomize (#6974)

This commit is contained in:
Geza Lore
2026-02-01 05:09:19 +00:00
committed by GitHub
parent 122ceb2258
commit f0afcede10
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ bool VlRandomizer::parseSolution(std::iostream& os, bool log) {
return true;
}
void VlRandomizer::hard(std::string&& constraint, const char* filename, int linenum,
void VlRandomizer::hard(std::string&& constraint, const char* filename, uint32_t linenum,
const char* source) {
m_constraints.emplace_back(std::move(constraint));
// Format constraint location: "filename:linenum source"