Commit a6d40fac authored by Evangelia Gousiou's avatar Evangelia Gousiou

Folders rearrangement; documentation extended

parent 98a3d58b
This folder includes the vhdl files used for the generation of the binary files loaded to the Application FPGA during the different SVEC PTS tests execution.
This folder includes the vhdl files used for the generation of the binary files loaded to the ApplicationFPGA during the SVEC PTS 01-17 tests execution.
The corresponding binaries can be found at the locations /pts/test/svec/firmwares and /pts/test/svec/svec_pts_structure/bins
Note that the vhdl for the System FPGA can be found here: http://www.ohwr.org/projects/svec/repository/revisions/master/show/hdl/top/sfpga_bootloader
\ No newline at end of file
Note that the vhdl for the SystemFPGA can be found here: http://www.ohwr.org/projects/svec/repository/revisions/master/show/hdl/top/sfpga_bootloader
\ No newline at end of file
The folder pts/test/svec/python includes the python files of the 17 SVEC PTS tests.
The folder pts/test/svec/firmwares includes the binaries of the 17 SVEC PTS tests.
The folder pts/test/svec_pts_structure includes all the files of the svec pts; we encourage you to use this folder if you are developer of a similar pts system.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Here is the correspondance between test numbers, python files and ApplicationFPGA binary files:
bus_test.bin -> test01.bin
bus_test.py -> test01.py
svec_pts_fmcsuppl_sfpeeprom.bin -> test02.bin
fmc_supplies.py -> test02.py
svec_pts_fmcconnect.bin -> test03.bin
fmc_connectors.py -> test03.py
svec_pts_fmcsuppl_sfpeeprom.bin -> test04.bin
sfp_eeprom.py -> test04.py
svec_pts_si570_tempid_eeprom.bin -> test05.bin
eeprom.py -> test05.py
svec_pts_si570_tempid_eeprom.bin -> test06.bin
therm_id.py -> test06.py
svec_pts_si570_tempid_eeprom.bin -> test07.bin
si570_osc.py -> test07.py
svec_pts_dac_vcxo_pll.bin -> test08.bin
dac_vxco_pll.py -> test08.py
svec_pts_usb_vmep2.bin -> test09.bin
dummy_usb_uart.py -> test09.py
svec_pts_leds_lemo.bin -> test10.bin
lemo.py -> test10.py
svec_pts_usb_vmep2.bin -> test11.bin
vmep2.py -> test11.py
svec_pts_sfp_sata_hsfmc.bin -> test12.bin
gtp_test.py -> test12.py
svec_afpga_gtp_clkfmc_top.bin -> test13.bin
gtp_clkfmc_test.py -> test13.py
svec_afpga_ddr_test.bin -> test14.bin
ddr_test.py -> test14.py
svec_pts_pcbvers_pushbutt.bin -> test15.bin
push_button.py -> test15.py
svec_pts_leds_lemo.bin -> test16.bin
leds.py -> test16.py
svec_pts_pcbvers_pushbutt.bin -> test17.bin
pcb_version.py -> test17.py
Note: test00 is implemented in the pts.py and loads the SystemFPGA with the svec_bootloader.bit
\ No newline at end of file
This folder includes the binary files loaded to the Application FPGA during the SVEC PTS tests execution.
This folder includes the binary files loaded to the ApplicationFPGA during the SVEC PTS tests 01-17 execution.
Note that the same files are in the svec_pts_structure folder under /svec_pts_structure/bins
Note that the binary file for the System FPGA can be found here: http://www.ohwr.org/projects/svec/repository/revisions/master/show/hdl/top/sfpga_bootloader
Here is the correspondance between test numbers, python files and binary files:
bus_test.bin -> test01.bin
......
......@@ -2,7 +2,7 @@ This folder includes the python files of the 17 SVEC PTS tests.
Note that the same files are in the svec_pts_structure folder under /svec_pts_structure/pyts
Here is the correspondance between test numbers, python files and binary files:
Here is the correspondance between test numbers, python files and ApplicationFPGA binary files:
bus_test.bin -> test01.bin
bus_test.py -> test01.py
......@@ -54,3 +54,5 @@ leds.py -> test16.py
svec_pts_pcbvers_pushbutt.bin -> test17.bin
pcb_version.py -> test17.py
Note: test00 is implemented in the pts.py and loads the SystemFPGA with the svec_bootloader.bit
ln -s bins/bus_test.bin test01.bin
ln -s pyts/bus_test.py test01.py
ln -s bins/svec_pts_fmcsuppl_sfpeeprom.bin test02.bin
ln -s pyts/fmc_supplies.py test02.py
ln -s bins/svec_pts_fmcconnect.bin test03.bin
ln -s pyts/fmc_connectors.py test03.py
ln -s bins/svec_pts_fmcsuppl_sfpeeprom.bin test04.bin
ln -s pyts/sfp_eeprom.py test04.py
ln -s bins/svec_pts_si570_tempid_eeprom.bin test05.bin
ln -s pyts/eeprom.py test05.py
ln -s bins/svec_pts_si570_tempid_eeprom.bin test06.bin
ln -s pyts/therm_id.py test06.py
ln -s bins/svec_pts_si570_tempid_eeprom.bin test07.bin
ln -s pyts/si570_osc.py test07.py
ln -s bins/svec_pts_dac_vcxo_pll.bin test08.bin
ln -s pyts/dac_vxco_pll.py test08.py
ln -s bins/svec_pts_usb_vmep2.bin test09.bin
ln -s pyts/dummy_usb_uart.py test09.py
ln -s bins/svec_pts_leds_lemo.bin test10.bin
ln -s pyts/lemo.py test10.py
ln -s bins/svec_pts_usb_vmep2.bin test11.bin
ln -s pyts/vmep2.py test11.py
ln -s bins/svec_pts_sfp_sata_hsfmc.bin test12.bin
ln -s pyts/gtp_test.py test12.py
ln -s bins/svec_afpga_gtp_clkfmc_top.bin test13.bin
ln -s pyts/gtp_clkfmc_test.py test13.py
ln -s bins/svec_afpga_ddr_test.bin test14.bin
ln -s pyts/ddr_test.py test14.py
ln -s bins/svec_pts_pcbvers_pushbutt.bin test15.bin
ln -s pyts/push_button.py test15.py
ln -s bins/svec_pts_leds_lemo.bin test16.bin
ln -s pyts/leds.py test16.py
ln -s bins/svec_pts_pcbvers_pushbutt.bin test17.bin
ln -s pyts/pcb_version.py test17.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment