8000 GitHub - achreto/fm-translation-framework: A framework to define translation hardware for the Arm FastModels System Simulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

achreto/fm-translation-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arm FastModels Translation Module Framework Library

This repository contains the support framework library to define custom translatin hardware components for the Arm FastModels Simulator.

Authors

See AUTHORS file.

License

See LICENSE file.

Dependencies

To use this component, you will need to have the Arm FastModels including the relevant licenses.

Building

Environment Setup: Before you can build you will need to source the configuration files as described by the Arm FastModels tools. For example:

$ source FastModelsTools_11.15/source_all.sh

This should set the following environment variables:

  • PVLIB_HOME: FastModels Portfolio directory

Building: To build the framework support library, simply type:

$ make

Artifacts

The build process above will generate the library with the includes in the build directory.

  • build/lib/libframework.a a static library for use in the FastModels simulator
  • build/include/ the include directory for the framework library

Using the Library

Add the library and the build directories to the sgproject file of the simulated Arm FastModels platform.

config "default" {
    ...
    INCLUDE_DIRS = "build/include"
    ...
}
files {
    path = "build/lib/libframework.a"
}

About

A framework to define translation hardware for the Arm FastModels System Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0