Deleted Added
sdiff udiff text old ( 5630:b49710ff49d3 ) new ( 5633:e1605152cc54 )
full compact
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

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

36
37 SimObject('Cmos.py')
38 Source('cmos.cc')
39 TraceFlag('CMOS', 'Accesses to CMOS devices')
40
41 SimObject('I8259.py')
42 Source('i8259.cc')
43 TraceFlag('I8259', 'Accesses to the I8259 PIC devices')