module HDLRuby::High::Unsigned

Public Class Methods

to_low() click to toggle source

Converts the type to HDLRuby::Low.

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