write_sdc set_logic_zero typo

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-08-16 12:17:48 -07:00
parent 65feb976a5
commit 4016dec51f
1 changed files with 1 additions and 1 deletions

View File

@ -1899,7 +1899,7 @@ WriteSdc::setConstantCmd(Pin *pin) const
sdc_->logicValue(pin, value, exists);
switch (value) {
case LogicValue::zero:
return "set_LogicValue::zero";
return "set_logic_zero";
case LogicValue::one:
return "set_logic_one";
case LogicValue::unknown: