module HDLRuby::High::Bit

Public Class Methods

to_low() click to toggle source

Converts the type to HDLRuby::Low.

# File lib/HDLRuby/hruby_high.rb, line 1596
def to_low
    return Low::Bit
end