From 07f7170efbb68a0c910e144753c1eb367aa9204f Mon Sep 17 00:00:00 2001 From: eyck Date: Wed, 23 Dec 2020 09:19:56 +0100 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8937de..126f814 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ git clone https://git.minres.com/SystemC/PySysC.git python3 -m pip install -e PySysC ``` +## Testing (preliminary) + +To use the tests you also need to clone and build the PySysC-SC repo as sibling of PySysC. It contains the the code and libraries being used in the test. + ## TODO * pythonize `sc_module` with iteration protocol (`__next__` and `StopIteration` exception)