diff --git a/README.rst b/README.rst index 1f8e862..ca459bd 100644 --- a/README.rst +++ b/README.rst @@ -144,9 +144,9 @@ To build the counter example, run any or all of the following commands: .. code:: bash :name: xc7-counter - pushd xc7/counter_test && make clean && TARGET="arty_35" make && popd - pushd xc7/counter_test && make clean && TARGET="arty_100" make && popd - pushd xc7/counter_test && make clean && TARGET="basys3" make && popd + pushd xc7/counter_test && TARGET="arty_35" make && popd + pushd xc7/counter_test && TARGET="arty_100" make && popd + pushd xc7/counter_test && TARGET="basys3" make && popd To build the picosoc example, run the following commands: diff --git a/xc7/README.rst b/xc7/README.rst index 51c9bd5..0281a10 100644 --- a/xc7/README.rst +++ b/xc7/README.rst @@ -76,9 +76,9 @@ To build the counter example, run any or all of the following commands: .. code:: bash :name: xc7-counter - pushd xc7/counter_test && make clean && TARGET="arty_35" make && popd - pushd xc7/counter_test && make clean && TARGET="arty_100" make && popd - pushd xc7/counter_test && make clean && TARGET="basys3" make && popd + pushd xc7/counter_test && TARGET="arty_35" make && popd + pushd xc7/counter_test && TARGET="arty_100" make && popd + pushd xc7/counter_test && TARGET="basys3" make && popd To build the picosoc example, run the following commands: