Sha256: 78c1c34734e556a0d006d77fae29fc198477933b816edab672987c3deb7a2a44
Contents?: true
Size: 457 Bytes
Versions: 1
Compression:
Stored size: 457 Bytes
Contents
# The requested command is passed in here as @command case @command when 'generate' $use_fast_probe_depth = false @application_options << ["--fast", "Fast simulation, minimum probe depth"] $use_fast_probe_depth = true if ARGV.include?('--fast') when "origen_sim:build", "sim:build" require "origen_sim/commands/build" exit 0 else @plugin_commands << <<-EOT sim:build Build the simulation object for the current/given target EOT end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
origen_sim-0.5.5 | config/shared_commands.rb |