From 2b298f0fffbf8834a63466ac9e98d7f0a27a7e55 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jan 2022 06:43:14 +0000 Subject: [PATCH] rename test to demo --- {test => demo}/helloworld/JSON.pm | 0 {test => demo}/helloworld/Makefile | 0 {test => demo}/helloworld/Readme.md | 0 {test => demo}/helloworld/ahb_sif copy.sv | 0 {test => demo}/helloworld/ahb_sif.sv | 0 {test => demo}/helloworld/axi_lsu_dma_bridge.sv | 0 {test => demo}/helloworld/dasm.svi | 0 {test => demo}/helloworld/flist | 0 {test => demo}/helloworld/hello_world.c | 0 {test => demo}/helloworld/hello_world.s | 0 {test => demo}/helloworld/link.ld | 0 {test => demo}/helloworld/swerv.config | 0 {test => demo}/helloworld/tb_top.sv | 0 {test => demo}/helloworld/test_tb_top.cpp | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {test => demo}/helloworld/JSON.pm (100%) rename {test => demo}/helloworld/Makefile (100%) rename {test => demo}/helloworld/Readme.md (100%) rename {test => demo}/helloworld/ahb_sif copy.sv (100%) rename {test => demo}/helloworld/ahb_sif.sv (100%) rename {test => demo}/helloworld/axi_lsu_dma_bridge.sv (100%) rename {test => demo}/helloworld/dasm.svi (100%) rename {test => demo}/helloworld/flist (100%) rename {test => demo}/helloworld/hello_world.c (100%) rename {test => demo}/helloworld/hello_world.s (100%) rename {test => demo}/helloworld/link.ld (100%) rename {test => demo}/helloworld/swerv.config (100%) rename {test => demo}/helloworld/tb_top.sv (100%) rename {test => demo}/helloworld/test_tb_top.cpp (100%) diff --git a/test/helloworld/JSON.pm b/demo/helloworld/JSON.pm similarity index 100% rename from test/helloworld/JSON.pm rename to demo/helloworld/JSON.pm diff --git a/test/helloworld/Makefile b/demo/helloworld/Makefile similarity index 100% rename from test/helloworld/Makefile rename to demo/helloworld/Makefile diff --git a/test/helloworld/Readme.md b/demo/helloworld/Readme.md similarity index 100% rename from test/helloworld/Readme.md rename to demo/helloworld/Readme.md diff --git a/test/helloworld/ahb_sif copy.sv b/demo/helloworld/ahb_sif copy.sv similarity index 100% rename from test/helloworld/ahb_sif copy.sv rename to demo/helloworld/ahb_sif copy.sv diff --git a/test/helloworld/ahb_sif.sv b/demo/helloworld/ahb_sif.sv similarity index 100% rename from test/helloworld/ahb_sif.sv rename to demo/helloworld/ahb_sif.sv diff --git a/test/helloworld/axi_lsu_dma_bridge.sv b/demo/helloworld/axi_lsu_dma_bridge.sv similarity index 100% rename from test/helloworld/axi_lsu_dma_bridge.sv rename to demo/helloworld/axi_lsu_dma_bridge.sv diff --git a/test/helloworld/dasm.svi b/demo/helloworld/dasm.svi similarity index 100% rename from test/helloworld/dasm.svi rename to demo/helloworld/dasm.svi diff --git a/test/helloworld/flist b/demo/helloworld/flist similarity index 100% rename from test/helloworld/flist rename to demo/helloworld/flist diff --git a/test/helloworld/hello_world.c b/demo/helloworld/hello_world.c similarity index 100% rename from test/helloworld/hello_world.c rename to demo/helloworld/hello_world.c diff --git a/test/helloworld/hello_world.s b/demo/helloworld/hello_world.s similarity index 100% rename from test/helloworld/hello_world.s rename to demo/helloworld/hello_world.s diff --git a/test/helloworld/link.ld b/demo/helloworld/link.ld similarity index 100% rename from test/helloworld/link.ld rename to demo/helloworld/link.ld diff --git a/test/helloworld/swerv.config b/demo/helloworld/swerv.config similarity index 100% rename from test/helloworld/swerv.config rename to demo/helloworld/swerv.config diff --git a/test/helloworld/tb_top.sv b/demo/helloworld/tb_top.sv similarity index 100% rename from test/helloworld/tb_top.sv rename to demo/helloworld/tb_top.sv diff --git a/test/helloworld/test_tb_top.cpp b/demo/helloworld/test_tb_top.cpp similarity index 100% rename from test/helloworld/test_tb_top.cpp rename to demo/helloworld/test_tb_top.cpp