Commit 33aebcad authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

sw: Changed test order

parent 3513bd9d
......@@ -8,7 +8,7 @@ all:
mkdir -p pts-conv-ttl-rs485/lib
cp -r shell/ pts-conv-ttl-rs485/
mv pts-conv-ttl-rs485/shell/program pts-conv-ttl-rs485/boot
wget -P pts-conv-ttl-rs485/boot http://www.ohwr.org/attachments/download/3643/pts.bit
wget -P pts-conv-ttl-rs485/boot http://www.ohwr.org/attachments/download/3644/pts.bit
cp python/pts.py pts-conv-ttl-rs485
cp python/jpts.py pts-conv-ttl-rs485
cp python/vv_pts.py pts-conv-ttl-rs485/lib/
......@@ -24,10 +24,10 @@ all:
cp python/therm_id.py pts-conv-ttl-rs485/tests/
cp python/ttl_pulse_switch.py pts-conv-ttl-rs485/tests/
ln -s tests/leds.py pts-conv-ttl-rs485/test01.py
ln -s tests/dac_vcxo_pll.py pts-conv-ttl-rs485/test02.py
ln -s tests/therm_id.py pts-conv-ttl-rs485/test03.py
ln -s tests/ttl_pulse_switch.py pts-conv-ttl-rs485/test04.py
ln -s tests/dac_vcxo_pll.py pts-conv-ttl-rs485/test01.py
ln -s tests/therm_id.py pts-conv-ttl-rs485/test02.py
ln -s tests/ttl_pulse_switch.py pts-conv-ttl-rs485/test03.py
ln -s tests/leds.py pts-conv-ttl-rs485/test04.py
clean:
rm -rf pts-conv-ttl-rs485
......
......@@ -62,9 +62,6 @@ CSR_RST_OFS = 15
# 1-Wire base address, used in therm_id.py
TEMP_1WIRE_BASE = 0x010
# Pulse counter base address, used in ttl_pulse.py
PULSE_CNT_BASE = 0xC00
# DAC and clock info registers and offsets, used in dac_vcxo_pll.py
PLL_DAC_BASE = 0X020
VCXO_DAC_BASE = 0x080
......@@ -85,3 +82,6 @@ SFP_ENDPOINT_OFS = 0x000
SFP_MINIC_OFS = 0x200
SFP_DPRAM_OFS = 0x600
# Pulse counter base address, used in ttl_pulse.py
PULSE_CNT_BASE = 0xc00
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