GithubHelp home page GithubHelp logo

tyler-marr / trim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wandwramp/trim

0.0 1.0 0.0 25 KB

Convert .srec to .mem for use in WRAMPsys

License: GNU General Public License v3.0

Makefile 7.53% C 59.42% Python 33.05%

trim's Introduction

trim

trim is a tool to translate .srec files created by wcc or wlink into .mem files which can be understood by the Vivado synthesis tool. It was initially written in Python, but a C version is also available.

Usage

Usage is the same for both versions of trim, though the default behaviour is slightly different.

$ trim input.srec

This will cause C trim to create or overwrite a file called trim.mem in the working directory. trim.py will instead output a file in the same directory as the input file, with a name identical to the input file except for the extension being replaced with .mem.

To specify an output file, pass the -o argument to either program.

$ trim -o output.mem input.srec

Both programs will create or overwrite the specified file.

Building

C trim can be built by simply running make. Alternatively, give trim.c to your favourite C compiler using your favourite flags.
trim.py will run using either Python3 or Python2.

trim's People

Contributors

tyler-marr avatar danoost avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.