Changes between Version 1 and Version 2 of Component/ARM7TDMI
- Timestamp:
- Jun 13, 2008, 12:52:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/ARM7TDMI
v1 v2 22 22 }}} 23 23 24 Before compiling any SoClib simulator using the ARM7TDMI you will need to download the UNISIM ([http:\\www.unisim.org]) library .24 Before compiling any SoClib simulator using the ARM7TDMI you will need to download the UNISIM ([http:\\www.unisim.org]) library (well, just a piece of it, the unisim_lib). 25 25 To do so just download it using svn from [https://unisim.org/svn/devel/unisim_lib] with the following command: 26 26 svn import https://unisim.org/svn/devel/unisim_lib 27 27 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. 28 Once you have downloaded UNISIM you will need to create a link in trunk/soclib/lib/arm7tdmi/include/iss/ and trunk/soclib/lib/arm7tdmi/src/iss/ to <your_path_to_unisim_lib>/unisim. 29 30 If you wish you can download the full UNISIM library by downloading unisim_tools and unisim_simulators: 31 svn import https://unisim.org/svn/devel/unisim_tools 32 svn import https://unisim.org/svn/devel/unisim_simulators 28 33 29 34 = ARM7TDMI Processor ISS Implementation = … … 34 39 35 40 The previous files use the ARM7TDMI implementation provided in the UNISIM library. 36 37 41 38 42 == Template parameters ==