Coder Social home page Coder Social logo

color_questasim's Introduction

Color QuestaSim (colorquestasim)

A wrapper for colorizing the output of Mentor Graphics QuestaSim messages.

Screenshot

Table of Contents

  1. Installation
  2. Configuration
  3. Usage 3.1. Common 3.2. Get Script Version
  4. Known Issues
  5. Reference

Installation

Supported OS: Linux, Windows (MinGW)

  1. Copy the colorquestasim.pl file to a directory of your choice.
  2. Create symbolic links pointing to colorquestasim.pl. Name these links the same as the QuestaSim command names. Place these links in a directory that is included in your $PATH environment variable before the directory containing the actual QuestaSim commands.

Example installation for Linux

cp colorquestasim.pl ~/bin/
cd ~/bin
ln -s colorquestasim.pl vlog
ln -s colorquestasim.pl vopt
ln -s colorquestasim.pl vsim
export PATH="$HOME/bin:$PATH"

Example installation for Windows (MinGW)

cp colorquestasim.pl ~/bin/vlog
cp colorquestasim.pl ~/bin/vopt
cp colorquestasim.pl ~/bin/vsim
export PATH="$HOME/bin:$PATH"

Configuration

You can override the default settings by creating a configuration file named ~/.colorquestasim or ~/.colorquestasim_<os_type>. For more information on available settings, refer to the comments in the colorquestasim.txt sample file.

Usage

Common

Use the QuestaSim vlog, vopt, or vsim commands as you normally would. The colorquestasim wrapper will automatically colorize the output.

Get Script Version

To get the version of the script, run:

<vlog/vopt/vsim> --version

Replace <vlog/vopt/vsim> with the corresponding symlink created during the installation of the script (e.g., vlog, vopt, or vsim).

Known Issues

For a list of known issues with QuestaSim version 10.7c on Windows OS (MinGW), see the Issues for QuestaSim version 10.7c on Window OS (MinGW)

Reference

This project was inspired by colorgcc.

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.