Sha256: 153f5e4336714939f958f70b082dea8a9b5709bdf3bcbbbdfc923532927561f8
Contents?: true
Size: 291 Bytes
Versions: 100
Compression:
Stored size: 291 Bytes
Contents
require 'HDLRuby' configure_high # A simple 16-bit adder system :adder do [15..0].input :x,:y [16..0].output :s s <= x + y end # Instantiate it for checking. adder :adderI # Generate the low level representation. low = adderI.systemT.to_low # Displays it puts low.to_yaml
Version data entries
100 entries across 100 versions & 1 rubygems