aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 20:38:54 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 20:38:54 +0100
commit85f498bc0749ba8479357d96994c9b46d36c5a52 (patch)
tree9ab749888b144b9698ff24137ca1cc6c0c51c91d /README.md
parent8fdf3ac14b5d2deb19997452fe41092442cfdff6 (diff)
downloadsysc-playground-85f498bc0749ba8479357d96994c9b46d36c5a52.tar.gz
sysc-playground-85f498bc0749ba8479357d96994c9b46d36c5a52.zip
cmake: rename systemc files and fix Makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eac733b..323d21c 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ Happy hacking.
The SystemC simulator is automatically built as dependency in cmake. Currently
two different build scripts are available (mainly because of own experiments).
-- [CMakeLists-sysc-fetch.txt](cmake/CMakeLists-sysc-fetch.txt) use
+- [SystemC-fetch.cmake](cmake/SystemC-fetch.cmake) use
[`FetchContent`][cmake-fetch] to make SystemC available, this will treat
SystemC as source dependency and make all build targets available.
-- [CMakeLists-sysc-external.txt](cmake/CMakeLists-sysc-external.txt) use
+- [SystemC-external.cmake](cmake/SystemC-external.cmake) use
[`ExternalProject`][cmake-external] to make SystemC available, this will
treat SystemC as external dependency and therefore needs to provide targets
manually.