Searched hist:5822 (Results 1 - 10 of 10) sorted by relevance
/gem5/src/unittest/ | ||
H A D | SConscript | diff 12302:5771c4c65b23 Sat Nov 18 23:39:00 EST 2017 Gabe Black <gabeblack@google.com> scons: Switch from "guards" to "tags" on source files. Tags are just arbitrary strings which are attached to source files which mark them as having some property. By default, all source files have the "gem5 lib" tag added to them which marks them as part of the gem5 library, the primary component of the gem5 binary but also a seperable component for use in, for example, system C. The tags can be completely overridden by setting the "tags" parameter on Source, etc., functions, and can be augmented by setting "add_tags" which are tags that will be added, or alternatively additional tags. It's possible to specify both, in which case the tags will be set to the union of tags and add_tags. add_tags is supposed to be a way to add extra tags to the default without actually overriding the default. Both tags and add_tags can be a list/tuple/etc of tags, or a single string which will be converted into a set internally. Other existing tags include: 1. "python" for files that need or are used with python and are excluded when the --without-python option is set 2. "main" for the file(s) which implement the gem5 binary's main function. 3. The name of a unit test to group its files together. 4. Tags which group source files for partial linking. By grouping the "tags" into a single parameter instead of taking all extra parameters as tags, the extra parameters can, in the future, be passed to the underlying scons environment. Also, the tags are either present or not. With guards, they could be present and True, present and False, or not present at all. Change-Id: I6d0404211a393968df66f7eddfe019897b6573a2 Reviewed-on: https://gem5-review.googlesource.com/5822 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
/gem5/src/python/m5/ | ||
H A D | __init__.py | diff 5822:05ffa2c3c800 Fri Jan 30 20:04:00 EST 2009 Ali Saidi <saidi@eecs.umich.edu> Errors: Print a URL with a hash of the format string to find more information about an error. |
H A D | params.py | diff 5822:05ffa2c3c800 Fri Jan 30 20:04:00 EST 2009 Ali Saidi <saidi@eecs.umich.edu> Errors: Print a URL with a hash of the format string to find more information about an error. |
H A D | SimObject.py | diff 5822:05ffa2c3c800 Fri Jan 30 20:04:00 EST 2009 Ali Saidi <saidi@eecs.umich.edu> Errors: Print a URL with a hash of the format string to find more information about an error. |
/gem5/configs/common/ | ||
H A D | Simulation.py | diff 5822:05ffa2c3c800 Fri Jan 30 20:04:00 EST 2009 Ali Saidi <saidi@eecs.umich.edu> Errors: Print a URL with a hash of the format string to find more information about an error. |
/gem5/src/python/ | ||
H A D | SConscript | diff 12302:5771c4c65b23 Sat Nov 18 23:39:00 EST 2017 Gabe Black <gabeblack@google.com> scons: Switch from "guards" to "tags" on source files. Tags are just arbitrary strings which are attached to source files which mark them as having some property. By default, all source files have the "gem5 lib" tag added to them which marks them as part of the gem5 library, the primary component of the gem5 binary but also a seperable component for use in, for example, system C. The tags can be completely overridden by setting the "tags" parameter on Source, etc., functions, and can be augmented by setting "add_tags" which are tags that will be added, or alternatively additional tags. It's possible to specify both, in which case the tags will be set to the union of tags and add_tags. add_tags is supposed to be a way to add extra tags to the default without actually overriding the default. Both tags and add_tags can be a list/tuple/etc of tags, or a single string which will be converted into a set internally. Other existing tags include: 1. "python" for files that need or are used with python and are excluded when the --without-python option is set 2. "main" for the file(s) which implement the gem5 binary's main function. 3. The name of a unit test to group its files together. 4. Tags which group source files for partial linking. By grouping the "tags" into a single parameter instead of taking all extra parameters as tags, the extra parameters can, in the future, be passed to the underlying scons environment. Also, the tags are either present or not. With guards, they could be present and True, present and False, or not present at all. Change-Id: I6d0404211a393968df66f7eddfe019897b6573a2 Reviewed-on: https://gem5-review.googlesource.com/5822 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
/gem5/src/sim/ | ||
H A D | SConscript | diff 12302:5771c4c65b23 Sat Nov 18 23:39:00 EST 2017 Gabe Black <gabeblack@google.com> scons: Switch from "guards" to "tags" on source files. Tags are just arbitrary strings which are attached to source files which mark them as having some property. By default, all source files have the "gem5 lib" tag added to them which marks them as part of the gem5 library, the primary component of the gem5 binary but also a seperable component for use in, for example, system C. The tags can be completely overridden by setting the "tags" parameter on Source, etc., functions, and can be augmented by setting "add_tags" which are tags that will be added, or alternatively additional tags. It's possible to specify both, in which case the tags will be set to the union of tags and add_tags. add_tags is supposed to be a way to add extra tags to the default without actually overriding the default. Both tags and add_tags can be a list/tuple/etc of tags, or a single string which will be converted into a set internally. Other existing tags include: 1. "python" for files that need or are used with python and are excluded when the --without-python option is set 2. "main" for the file(s) which implement the gem5 binary's main function. 3. The name of a unit test to group its files together. 4. Tags which group source files for partial linking. By grouping the "tags" into a single parameter instead of taking all extra parameters as tags, the extra parameters can, in the future, be passed to the underlying scons environment. Also, the tags are either present or not. With guards, they could be present and True, present and False, or not present at all. Change-Id: I6d0404211a393968df66f7eddfe019897b6573a2 Reviewed-on: https://gem5-review.googlesource.com/5822 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
/gem5/configs/example/ | ||
H A D | fs.py | diff 5822:05ffa2c3c800 Fri Jan 30 20:04:00 EST 2009 Ali Saidi <saidi@eecs.umich.edu> Errors: Print a URL with a hash of the format string to find more information about an error. |
H A D | se.py | diff 5822:05ffa2c3c800 Fri Jan 30 20:04:00 EST 2009 Ali Saidi <saidi@eecs.umich.edu> Errors: Print a URL with a hash of the format string to find more information about an error. |
/gem5/src/ | ||
H A D | SConscript | diff 12302:5771c4c65b23 Sat Nov 18 23:39:00 EST 2017 Gabe Black <gabeblack@google.com> scons: Switch from "guards" to "tags" on source files. Tags are just arbitrary strings which are attached to source files which mark them as having some property. By default, all source files have the "gem5 lib" tag added to them which marks them as part of the gem5 library, the primary component of the gem5 binary but also a seperable component for use in, for example, system C. The tags can be completely overridden by setting the "tags" parameter on Source, etc., functions, and can be augmented by setting "add_tags" which are tags that will be added, or alternatively additional tags. It's possible to specify both, in which case the tags will be set to the union of tags and add_tags. add_tags is supposed to be a way to add extra tags to the default without actually overriding the default. Both tags and add_tags can be a list/tuple/etc of tags, or a single string which will be converted into a set internally. Other existing tags include: 1. "python" for files that need or are used with python and are excluded when the --without-python option is set 2. "main" for the file(s) which implement the gem5 binary's main function. 3. The name of a unit test to group its files together. 4. Tags which group source files for partial linking. By grouping the "tags" into a single parameter instead of taking all extra parameters as tags, the extra parameters can, in the future, be passed to the underlying scons environment. Also, the tags are either present or not. With guards, they could be present and True, present and False, or not present at all. Change-Id: I6d0404211a393968df66f7eddfe019897b6573a2 Reviewed-on: https://gem5-review.googlesource.com/5822 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
Completed in 235 milliseconds