
*******************************************
       Libero SoC, MSS and IP Core VERSIONS
*******************************************

This design was tested with the following: 
	Libero SoC Version: 11.7
	Softconsole version 3.4SP1
        MSS version 1.1.400


******************************************
     DESIGN FILE DIRECTORY STRUCTURE
******************************************

m2s_ac389_liberov11p7_df
    |
    |----DDR Configuration File
    |                         |---------LPDDR config  
    |    	   
    |---LiberoProject
    |      |
    |      |--CacheConfiguration
    |                       |_ _ _ _ _verilog 
    |
    |			|
    |			|
    |			------SoftConsole\CacheConfiguration_MSS_CM3
    |
    |							|
    |							|--CacheConfiguration_MSS_CM3_app
    |			                                |   this is a main application used to remap and boot the eNVM/DDR3 images depending upon user option selected. 
    |							|
    |							|--cacheable_eNVM_image
    |							|   This application is remapped to the bottom of the Cortex-M3 processor when user selects option 1. 
    |							|
    |							|--cacheable_LPDDR_image_stack_in_LPDDR
    |							|   This application is remapped to the bottom of the Cortex-M3 processor when user selects option 2.
    |							|
    |							|--cacheable_LPDDR_image_stack_in_eSRAM
    |							|   This application is remapped to the bottom of the Cortex-M3 processor when user selects option 3.
    |							|
    |                                                    --CacheConfiguration_MSS_CM3_hw_platform
    |                                                        This is a firmware library project which is used by CacheConfiguration_MSS_CM3_app. If you regenerate the libero
    |                                                        project, make sure the changes in CMSIS folder should be reverted back.
    |
    |---Programming Files
    |      |
    |      |--CacheConfiguration.stp
    |
    |
    |---Readme.txt
    




LiberoProject
========
For reference, the final Libero SoC Verilog project of this demo is given under this folder. . 
The designs are created for SmartFusion2 M2S090 Evaluation Kit  ( (Rev D or later)



Programming Files
============================
This folder consists the programming file along with the embedded application client  that works for SmartFusion2 Evaluation  kit(Rev D or later ).



