From 5ce1c35621b19b62fc02b74c27995fb7be74a11c Mon Sep 17 00:00:00 2001 From: mymatin <38979403+mymatin@users.noreply.github.com> Date: Wed, 30 Jun 2021 03:05:33 +0800 Subject: Update README.md (#342) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 850878a..b20b692 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ TVM Name | Description A test program for RISC-V is written within a single assembly language file, which is passed through the C preprocessor, and all regular assembly directives can be used. An example test program is shown below. Each test -program should first include the `riscv test.h` header file, which defines the +program should first include the `riscv_test.h` header file, which defines the macros used by the TVM. The header file will have different contents depending on the target environment for which the test will be built. One of the goals of the various TVMs is to allow the same test program to be compiled and run -- cgit v1.1