SConscript (5642:102cf92b8ea9) | SConscript (5643:2b1611137af4) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 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 --- 39 unchanged lines hidden (view full) --- 48 SimObject('I8254.py') 49 Source('i8254.cc') 50 TraceFlag('I8254', 'Interrupts from the I8254 timer'); 51 52 SimObject('PcSpeaker.py') 53 Source('speaker.cc') 54 TraceFlag('PcSpeaker') 55 | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 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 --- 39 unchanged lines hidden (view full) --- 48 SimObject('I8254.py') 49 Source('i8254.cc') 50 TraceFlag('I8254', 'Interrupts from the I8254 timer'); 51 52 SimObject('PcSpeaker.py') 53 Source('speaker.cc') 54 TraceFlag('PcSpeaker') 55 |
56 SimObject('I82094AA.py') 57 Source('i82094aa.cc') 58 TraceFlag('I82094AA') 59 |
|
56 SimObject('X86IntPin.py') 57 Source('intdev.cc') | 60 SimObject('X86IntPin.py') 61 Source('intdev.cc') |