Sha256: 65802077c2059a0acb689824356a24f65dfca430e9c08db7b5a1aa7f237bf2c9

Contents?: true

Size: 428 Bytes

Versions: 100

Compression:

Stored size: 428 Bytes

Contents

require 'HDLRuby'

configure_high

# Describes a system including several vector types.
system :vectors do
    [7..0].input :byte
    [ bit[8], signed[16], unsigned[16] ].output :bss

    # For testing each_type, no hardware is generated.
    bss.type.each_type {|t| }
end


# Instantiate it for checking.
vectors :vectorsI

# Generate the low level representation.
low = vectorsI.systemT.to_low

# Displays it
puts low.to_yaml

Version data entries

100 entries across 100 versions & 1 rubygems

Version Path
HDLRuby-2.2.9 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.8 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.7 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.6 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.5 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.3 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.2 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.2.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.1.6 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.1.5 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.1.2 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.1.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.18 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.17 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.16 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.15 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.14 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.13 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.9 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.0.8 lib/HDLRuby/high_samples/vector.rb