URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
[/] [c0or1k/] [trunk/] [configure.py] - Diff between revs 2 and 5
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 5 |
Line 17... |
Line 17... |
#
|
#
|
def autogen_rules_file(options, args):
|
def autogen_rules_file(options, args):
|
# Prepare default if arch not supplied
|
# Prepare default if arch not supplied
|
if not options.arch:
|
if not options.arch:
|
print "No arch supplied (-a), using `arm' as default."
|
print "No arch supplied (-a), using `arm' as default."
|
options.arch = "arm"
|
options.arch = "or1k"
|
|
|
# Prepare default if number of containers not supplied
|
# Prepare default if number of containers not supplied
|
if not options.ncont:
|
if not options.ncont:
|
options.ncont = 4
|
options.ncont = 4
|
print "Max container count not supplied (-n), using %d as default." % options.ncont
|
print "Max container count not supplied (-n), using %d as default." % options.ncont
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.