aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs/test_reg_readback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Stubs Collection/stubs/test_reg_readback.cs')
-rw-r--r--Software/Stubs Collection/stubs/test_reg_readback.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/Software/Stubs Collection/stubs/test_reg_readback.cs b/Software/Stubs Collection/stubs/test_reg_readback.cs
deleted file mode 100644
index d5ef91a3b..000000000
--- a/Software/Stubs Collection/stubs/test_reg_readback.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System;
-using System.Text;
-using System.Linq;
-using System.Drawing;
-using System.Diagnostics;
-using System.Windows.Forms;
-using System.Threading;
-using System.Threading.Tasks;
-using System.Collections.Generic;
-using Tango.PMR.Stubs;
-using Tango.Stubs;
-
-public void OnExecute(StubManager stubManager)
-{
-
-var response = stubManager.Run<StubFpgaWriteRegResponse>("StubFpgaWriteRegRequest" ,0x60000000 + 0x3F0, 0xAAAA);
-
-var response1 = stubManager.Run<StubFpgaReadRegResponse>("StubFpgaReadRegRequest" ,0x60000000 + 0x3F0);
-stubManager.WriteLineHex(response1.Value,4);
-} \ No newline at end of file