summaryrefslogtreecommitdiffstats
path: root/fpga/xilinx/programmer/bit2svf/commands.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-01 21:07:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-01 21:07:55 -0500
commitd1b70f80180fe4b5ac6078e2be9678fc36d74c5c (patch)
tree2e46de7a644f89e36842247af6826ff00a0d3fa4 /fpga/xilinx/programmer/bit2svf/commands.h
parentae161b4a6a978922747cf09e8c04479340825852 (diff)
downloadulab-d1b70f80180fe4b5ac6078e2be9678fc36d74c5c.tar.gz
ulab-d1b70f80180fe4b5ac6078e2be9678fc36d74c5c.zip
Add initial files for direct FPGA programming
Diffstat (limited to 'fpga/xilinx/programmer/bit2svf/commands.h')
-rw-r--r--fpga/xilinx/programmer/bit2svf/commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fpga/xilinx/programmer/bit2svf/commands.h b/fpga/xilinx/programmer/bit2svf/commands.h
new file mode 100644
index 0000000..e2060f7
--- /dev/null
+++ b/fpga/xilinx/programmer/bit2svf/commands.h
@@ -0,0 +1,5 @@
+long value_from(char *varname);
+void fill(FILE *fp, long c, long t, int *col);
+int do_command(char *cmd, FILE *dfp, FILE *ofp, int *col);
+int repeat (FILE *ifp, FILE *ofp, FILE *dfp,long limit);
+