Sha256: 9a582fec7f18293ae2ed1ef40b6b9ff29815532b30a0cd8601daf7e56c110d6d
Contents?: true
Size: 271 Bytes
Versions: 32
Compression:
Stored size: 271 Bytes
Contents
module Origen module Specs # This class is used to store Power Supply Information at the SoC Level class Power_Supply attr_accessor :generic, :actual def initialize(gen, act) @generic = gen @actual = act end end end end
Version data entries
32 entries across 32 versions & 1 rubygems