lib/HDLRuby/hruby_low_bool2select.rb in HDLRuby-2.1.6 vs lib/HDLRuby/hruby_low_bool2select.rb in HDLRuby-2.2.0

- old
+ new

@@ -117,9 +117,20 @@ return self end end + ## Extends the TimeWait class with functionality for converting booleans + # in assignments to select operators. + class TimeWait + # Converts booleans in assignments to select operators. + def boolean_in_assign2select! + # Nothing to do. + return self + end + end + + ## Extends the Block class with functionality for converting booleans # in assignments to select operators. class Block # Converts booleans in assignments to select operators.