Coder Social home page Coder Social logo

eda-scripts's Introduction

eda-scripts

Collection of scripts for EDA tools

Contents

Intel Quartus Prime

FileDescription
qp_aspProgramming with Quartus Prime Programmer via ASP
qp_asp_verifyVerifying with Quartus Prime Programmer via ASP
qp_buildBuild Quartus Prime project in the current directory
qp_infoShow information about Quartus Prime project
qp_jtagProgramming with Quartus Prime Programmer via JTAG
qp_jtag_verifyVerifying with Quartus Prime Programmer via JTAG
qp_make_qipMake Quartus Prime QIP-file
qp_nios_stack_rptShow Intel Nios II stack report
qp_openOpen Intel Quartus project
qp_reportShow Quartus Prime compilation report
qp_report_latchesReport about project latches from Quartus report files
qp_report_pinSimplification of the Quartus Prime report file
qp_set_pathSet Intel Quartus path variable
qp_show_prg_filesShow list of Quartus Prime program files
qp_summaryShow Quartus Prime compilation summary
qp_system_consoleOpen Quartus Prime System Console
qp_versionShow current Intel Quartus Prime version

Aliases

aliases_eda:

  • qp_eclipse - NIOSII Eclipce GUI
  • qp_jtag_info - JTAG Server Configuration
  • qp_megawizard - Quartus Prime MegaWizard GUI
  • qp_prgw - Quartus Prime Programmer GUI
  • qp_stp - Quartus Prime SignalTap GUI

Mentor QuestaSim

FileDescription
Makefile.questaMake-file to run Mentor Graphics QuestaSim/ModelSim targets
mg_makeRun Makefile.questa to run Mentor Graphics QuestaSim/ModelSim targets
mg_questasim_templatesScript to prepare templates for simulation using Mentor QuestaSim/ModelSim
rmcRun Mentor Graphics QuestaSim/ModelSim Commands

Aliases

aliases_eda:

  • rvsim - Open QuestaSim
  • vsim_run - Run simulation

Unsorted commands

FileDescription
aliases_edaAliases for ‘EDA-scripts’
del_eda_tempDeleting temporary EDA files from the current directory
wish_cmdShow a command return code using GUI(wish_msg script)
wish_msgMake windows by wish(Tcl/Tk Simple windowing shell)
wopenOpen GTKWave for custom dump-file and configuration gtkwave_cfg.tcl

Aliases

aliases_eda:

  • wish_msg_err - TCL/TK ‘Error’ message
  • wish_msg_ok - TCL/TK ‘Ok’ message

Installation

  • Download eda-scripts: git clone https://github.com/yuravg/eda-scripts or zip-file
  • add path to eda-scripts to your environment (or just copy to some bin directory)
  • add alias for the script that set path to Quartus Prime
  • load aliases file (aliases_eda) with your shell

Installation example for bash:

Add to ~/.bashrc

# Add path to scripts
PATH2EDA_SCRIPTS="$HOME/projects/eda-scripts"
if [ -d "$PATH2EDA_SCRIPTS" ]; then
    export PATH="$PATH2EDA_SCRIPTS/bin:$PATH"
    # add alias for the script that set path to Quartus Prime
    # (to export variables to the environment)
    alias qp_set_path=". $PATH2EDA_SCRIPTS/bin/qp_set_path"
fi

# load alias file
if [ -f "$PATH2EDA_SCRIPTS"/aliases_eda ]; then
    . "$PATH2EDA_SCRIPTS"/aliases_eda
fi

Commands

Go to commands page for basic usage and examples.

eda-scripts's People

Contributors

yuravg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.