lib/origen/utility.rb in origen-0.30.0 vs lib/origen/utility.rb in origen-0.31.0
- old
+ new
@@ -5,9 +5,10 @@
autoload :CSV, 'origen/utility/csv_data'
autoload :TimeAndDate, 'origen/utility/time_and_date'
autoload :InputCapture, 'origen/utility/input_capture'
autoload :BlockArgs, 'origen/utility/block_args'
autoload :FileDiff, 'origen/utility/file_diff.rb'
+ autoload :Collector, 'origen/utility/collector.rb'
# Creates a hex-like representation of a register read value, where bits within
# a nibble have different flags set the nibble will be expanded to bits
#
# read_hex(0x55) # => "0x55"