Changes between Version 5 and Version 6 of Component/ARM7TDMI
- Timestamp:
- Jun 13, 2008, 12:57:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/ARM7TDMI
v5 v6 25 25 26 26 To do so just download it using svn from [https://unisim.org/svn/devel/unisim_lib] with the following command: 27 * svn import https://unisim.org/svn/devel/unisim_lib27 * svn import https://unisim.org/svn/devel/unisim_lib 28 28 29 29 You will have to enter a username and password. If you do not have access to the UNISIM development, you can simply use 'guest'/'guest' for username and password respectively. … … 31 31 32 32 If you wish you can download the full UNISIM library by downloading unisim_tools and unisim_simulators: 33 * svn import https://unisim.org/svn/devel/unisim_tools34 * svn import https://unisim.org/svn/devel/unisim_simulators33 * svn import https://unisim.org/svn/devel/unisim_tools 34 * svn import https://unisim.org/svn/devel/unisim_simulators 35 35 36 36 = ARM7TDMI Processor ISS Implementation = … … 61 61 62 62 '''UNDER DEVELOPMENT''' 63 63 64 The handling and prioritization of the interrupts is deferred to software. 64 65