aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormymatin <38979403+mymatin@users.noreply.github.com>2021-06-30 03:05:33 +0800
committerGitHub <noreply@github.com>2021-06-29 12:05:33 -0700
commit5ce1c35621b19b62fc02b74c27995fb7be74a11c (patch)
treef1de4c1ecb4b7be4d3c7ef3fbc502672fcc3be62 /README.md
parent30e15bf5e7bab7af7153aa9234613b12135304f2 (diff)
downloadriscv-tests-5ce1c35621b19b62fc02b74c27995fb7be74a11c.zip
riscv-tests-5ce1c35621b19b62fc02b74c27995fb7be74a11c.tar.gz
riscv-tests-5ce1c35621b19b62fc02b74c27995fb7be74a11c.tar.bz2
Update README.md (#342)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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