Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Rename to sifive-welcome and change welcome message
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
  • Loading branch information
nategraff-sifive committed Mar 26, 2019
1 parent 36ee89a commit 7c179f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROGRAM ?= example-coreip-welcome
PROGRAM ?= sifive-welcome

$(PROGRAM): $(wildcard *.c) $(wildcard *.h) $(wildcard *.S)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# example-coreip-welcome
A simple "CoreIP Welcome" example which prints SiFive banner and uses board LEDs
# sifive-welcome
A simple welcome example which prints SiFive banner and uses board LEDs
2 changes: 1 addition & 1 deletion example-coreip-welcome.c → sifive-welcome.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void display_banner (void) {
printf("\n");

printf("\n");
printf(" Welcome to the Standard Core IP FPGA Evaluation Kit!\n");
printf(" Welcome to SiFive!\n");

}

Expand Down

0 comments on commit 7c179f1

Please sign in to comment.