config/application.rb in origen_sim-0.9.0 vs config/application.rb in origen_sim-0.10.0

- old
+ new

@@ -55,10 +55,12 @@ config.semantically_version = true # An example of how to set application specific LSF parameters #config.lsf.project = "msg.te" - + config.lsf.queue = ENV["ORIGEN_LSF_QUEUE"] if ENV["ORIGEN_LSF_QUEUE"] + config.lsf.resource = ENV["ORIGEN_LSF_RESOURCE"] if ENV["ORIGEN_LSF_RESOURCE"] + # An example of how to specify a prefix to add to all generated patterns #config.pattern_prefix = "nvm" # An example of how to add header comments to all generated patterns #config.pattern_header do