From 51d0ce230960bc10b60eea676ac89a2393da6c62 Mon Sep 17 00:00:00 2001 From: Robin Sebastian Date: Mon, 13 Jan 2020 02:46:32 +0100 Subject: [PATCH] Update 6_newFPGAconf.md --- doc/guides/6_newFPGAconf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/6_newFPGAconf.md b/doc/guides/6_newFPGAconf.md index 910a47a..bcba6b1 100644 --- a/doc/guides/6_newFPGAconf.md +++ b/doc/guides/6_newFPGAconf.md @@ -139,11 +139,11 @@ ___ | **Script name** | **Execution position** | |:--|:--| | *"my_startUpScripts/start_script.sh"* | *Before the NIC has started* | - | *"my_startUpScripts/run_script.sh"* | *After the network connection with SSH is established * | + | *"my_startUpScripts/run_script.sh"* | *After the network connection with SSH is established* | * **Note:** For more information about the execution position look at the table on chapter 1 - *For example the content of the pre-installed *run_script.sh* is attached here, that shows how it is possible to **interact in a easy way with the FPGA fabric** + * For example the content of the pre-installed *run_script.sh* is attached here, that shows how it is possible to **interact in a easy way with the FPGA fabric** ```console #!/bin/sh