SConscript (13784:1941dc118243) SConscript (13992:05f4102a536f)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47PySource('m5', 'm5/trace.py')
48PySource('m5.objects', 'm5/objects/__init__.py')
49PySource('m5.stats', 'm5/stats/__init__.py')
50PySource('m5.util', 'm5/util/__init__.py')
51PySource('m5.util', 'm5/util/attrdict.py')
52PySource('m5.util', 'm5/util/code_formatter.py')
53PySource('m5.util', 'm5/util/convert.py')
54PySource('m5.util', 'm5/util/dot_writer.py')
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47PySource('m5', 'm5/trace.py')
48PySource('m5.objects', 'm5/objects/__init__.py')
49PySource('m5.stats', 'm5/stats/__init__.py')
50PySource('m5.util', 'm5/util/__init__.py')
51PySource('m5.util', 'm5/util/attrdict.py')
52PySource('m5.util', 'm5/util/code_formatter.py')
53PySource('m5.util', 'm5/util/convert.py')
54PySource('m5.util', 'm5/util/dot_writer.py')
55PySource('m5.util', 'm5/util/dot_writer_ruby.py')
55PySource('m5.util', 'm5/util/grammar.py')
56PySource('m5.util', 'm5/util/jobfile.py')
57PySource('m5.util', 'm5/util/multidict.py')
58PySource('m5.util', 'm5/util/smartdict.py')
59PySource('m5.util', 'm5/util/sorteddict.py')
60PySource('m5.util', 'm5/util/terminal.py')
61PySource('m5.util', 'm5/util/pybind.py')
62PySource('m5.util', 'm5/util/fdthelper.py')
63
64PySource('m5.internal', 'm5/internal/__init__.py')
65PySource('m5.internal', 'm5/internal/params.py')
66PySource('m5.ext', 'm5/ext/__init__.py')
67PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/pyfdt.py')
68PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/__init__.py')
69
70Source('pybind11/core.cc', add_tags='python')
71Source('pybind11/debug.cc', add_tags='python')
72Source('pybind11/event.cc', add_tags='python')
73Source('pybind11/stats.cc', add_tags='python')
56PySource('m5.util', 'm5/util/grammar.py')
57PySource('m5.util', 'm5/util/jobfile.py')
58PySource('m5.util', 'm5/util/multidict.py')
59PySource('m5.util', 'm5/util/smartdict.py')
60PySource('m5.util', 'm5/util/sorteddict.py')
61PySource('m5.util', 'm5/util/terminal.py')
62PySource('m5.util', 'm5/util/pybind.py')
63PySource('m5.util', 'm5/util/fdthelper.py')
64
65PySource('m5.internal', 'm5/internal/__init__.py')
66PySource('m5.internal', 'm5/internal/params.py')
67PySource('m5.ext', 'm5/ext/__init__.py')
68PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/pyfdt.py')
69PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/__init__.py')
70
71Source('pybind11/core.cc', add_tags='python')
72Source('pybind11/debug.cc', add_tags='python')
73Source('pybind11/event.cc', add_tags='python')
74Source('pybind11/stats.cc', add_tags='python')