From 93451a985871d5f806f1256b2595acb02a375493 Mon Sep 17 00:00:00 2001 From: Javier Duarte Date: Fri, 16 Mar 2018 13:01:59 -0500 Subject: [PATCH] fix default directory name --- keras-to-hls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras-to-hls/README.md b/keras-to-hls/README.md index 21c6276f24..14b6afa85b 100644 --- a/keras-to-hls/README.md +++ b/keras-to-hls/README.md @@ -24,6 +24,6 @@ Examples are in the directory: `example-keras-model-files` # Running HLS ``` -cd my-hls-dir-test +cd my-hls-test vivado_hls -f build_prj.tcl ```