diff --git a/Makefile b/Makefile index 6d78469..7627475 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROGRAM ?= example-coreip-welcome +PROGRAM ?= sifive-welcome $(PROGRAM): $(wildcard *.c) $(wildcard *.h) $(wildcard *.S) diff --git a/README.md b/README.md index 84dda90..795e821 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example-coreip-welcome.c b/sifive-welcome.c similarity index 98% rename from example-coreip-welcome.c rename to sifive-welcome.c index 19a29de..c3af3bd 100644 --- a/example-coreip-welcome.c +++ b/sifive-welcome.c @@ -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"); }