Sha256: 2ea3abe8288f4f128cf2f3dd0ee4b1b5a6f12dbd6d76514e12d841b09819c43d
Contents?: true
Size: 360 Bytes
Versions: 105
Compression:
Stored size: 360 Bytes
Contents
require 'HDLRuby' configure_high # Simple test of instantiation. system :io do input :i output :o i <= o end system :with_io do input :i output :o io(:ioI).(i: i, o: o) end # Instantiate it for checking. with_io :with_ioI # Generate the low level representation. low = with_ioI.systemT.to_low # Displays it puts low.to_yaml
Version data entries
105 entries across 105 versions & 1 rubygems