mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 10:04:40 +02:00
State-dependent constraints (#5217)
Signed-off-by: Arkadiusz Kozdra <[email protected]>
This commit is contained in:
@@ -414,6 +414,8 @@ void VlRandomizer::hard(std::string&& constraint) {
|
||||
m_constraints.emplace_back(std::move(constraint));
|
||||
}
|
||||
|
||||
void VlRandomizer::clear() { m_constraints.clear(); }
|
||||
|
||||
#ifdef VL_DEBUG
|
||||
void VlRandomizer::dump() const {
|
||||
for (const auto& var : m_vars) {
|
||||
|
||||
Reference in New Issue
Block a user