add openocd jtag script
[soc-cxxrtl-sim.git] / small_jtag_test / main.cpp
index 73dd45bb2d4b31d595bc89b487aabd4b546e886b..d98ae9a618fbfaab7e915cdb40fbf1a903abea2d 100644 (file)
@@ -158,7 +158,7 @@ int main()
 {
     cxxrtl_design::p_add top;
 
-    bool prev_led = 0;
+    int sock = get_connection();
 
     top.step();
     for(int cycle=0;cycle<1000;++cycle){