Skip to content

Commit

Permalink
Merge pull request #80 from fabianpedd/patch-2
Browse files Browse the repository at this point in the history
fix badge in readme
  • Loading branch information
Rafael Stahl authored Sep 17, 2021
2 parents 714d597 + 82adb5a commit 9c9a037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ETISS (Extendable Translating Instruction Set Simulator)

[![Build Status](https://travis-ci.org/tum-ei-eda/etiss.svg?branch=master)](https://travis-ci.org/tum-ei-eda/etiss)
[![Build Status](https://github.com/tum-ei-eda/etiss/workflows/CI/badge.svg)](https://github.com/tum-ei-eda/etiss/blob/master/.github/workflows/ci.yml)

ETISS is a C++ ISS (Instruction Set Simulator), which is designed to
simulate instructions for a target core on a host computer. It translates
Expand Down

0 comments on commit 9c9a037

Please sign in to comment.