summaryrefslogtreecommitdiffstats
path: root/fpga/xilinx/programmer/bit2svf/commands.h
diff options
context:
space:
mode:
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);
+