lib/HDLRuby/hruby_verilog.rb in HDLRuby-2.2.8 vs lib/HDLRuby/hruby_verilog.rb in HDLRuby-2.2.9

- old
+ new

@@ -1664,9 +1664,11 @@ return "##{time}000" elsif(self.unit.to_s == "us") return "##{time}000000" elsif(self.unit.to_s == "ms") return "##{time}000000000" + elsif(self.unit.to_s == "s") + return "##{time}000000000000" end end end # Those who disappeared.