OpenCores
URL https://opencores.org/ocsvn/soc_maker/soc_maker/trunk

Subversion Repositories soc_maker

[/] [soc_maker/] [trunk/] [bin/] [soc_maker_cli] - Diff between revs 3 and 5

Show entire file | Details | Blame | View Log

Rev 3 Rev 5
Line 20... Line 20...
  opts.on("-h", "--help", "Show this message") do
  opts.on("-h", "--help", "Show this message") do
    puts opts
    puts opts
    exit
    exit
  end
  end
 
 
  opts.on("-l", "--library ", Array, "Sets library include paths (overrides config value)" ) do |path|
  opts.on("-l", "--library ", Array,
 
        "Sets library include paths (overrides config value)" ) do |path|
    cmd_options.lib_inc << path
    cmd_options.lib_inc << path
  end
  end
 
 
  opts.on("-o", "--log-out ", String, "Sets the log output file" ) do |file|
  opts.on("-o", "--log-out ", String, "Sets the log output file" ) do |file|
    cmd_options.log_out = file
    cmd_options.log_out = file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.