Changes between Version 1 and Version 2 of Component/ARM7TDMI


Ignore:
Timestamp:
Jun 13, 2008, 12:52:03 PM (16 years ago)
Author:
gracia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/ARM7TDMI

    v1 v2  
    2222}}}
    2323
    24 Before compiling any SoClib simulator using the ARM7TDMI you will need to download the UNISIM ([http:\\www.unisim.org]) library.
     24Before 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).
    2525To do so just download it using svn from [https://unisim.org/svn/devel/unisim_lib] with the following command:
    2626  svn import https://unisim.org/svn/devel/unisim_lib
    2727You 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.
     28Once 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
     30If 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
    2833
    2934= ARM7TDMI Processor  ISS  Implementation =
     
    3439
    3540The previous files use the ARM7TDMI implementation provided in the UNISIM library.
    36 
    3741
    3842== Template parameters ==