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-3.4.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.3.4 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.3.3 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.3.1 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.3.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.2.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.1.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-3.0.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.12 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.11 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.10 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.9 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.8 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.7 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.5 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.4 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.3 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.2 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.11.0 lib/HDLRuby/high_samples/vector.rb
HDLRuby-2.10.5 lib/HDLRuby/high_samples/vector.rb