Skip to content
Snippets Groups Projects

Download MIPs

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Vytor Calixto
    down-mips.sh 194 B
    #!/bin/bash
    git clone git@gitlab.c3sl.ufpr.br:roberto/cmips
    export PATH=$PATH:~/cmips/cMIPS/bin
    cd ~/cmips/cMIPS
    (cd vhdl; sed -i -e '56d' packageWires.vhd; cd ..)
    build.sh
    cd tests
    ./doTests.sh
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment