]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
how to run all this stuff
authorpalka <palka>
Tue, 5 Feb 2008 09:32:37 +0000 (09:32 +0000)
committerpalka <palka>
Tue, 5 Feb 2008 09:32:37 +0000 (09:32 +0000)
optical_link/readme [new file with mode: 0644]

diff --git a/optical_link/readme b/optical_link/readme
new file mode 100644 (file)
index 0000000..d68ab08
--- /dev/null
@@ -0,0 +1,11 @@
+to run all:
+
+mkdir workdir;
+cd workdir;
+ln -s ../serdes_fpga_ref_clk.txt serdes_fpga_ref_clk.txt; #configuration file
+for serdes in LATTICE
+cd ..;
+. /your/xilinx/patch/settings.sh; #set xilinx enviroment
+. setup_env #check paths for LATTICE;
+./compile_hub.pl; #run main script
+