diff --git a/FPGA/VNA/VNA.gise b/FPGA/VNA/VNA.gise index 4fb8862..8529fb8 100644 --- a/FPGA/VNA/VNA.gise +++ b/FPGA/VNA/VNA.gise @@ -140,6 +140,10 @@ + + + + @@ -174,6 +178,7 @@ + @@ -187,6 +192,11 @@ + + + + + @@ -218,7 +228,10 @@ + + + @@ -230,6 +243,7 @@ + @@ -244,7 +258,7 @@ - + @@ -273,7 +287,7 @@ - + @@ -291,11 +305,11 @@ - + - + @@ -304,7 +318,7 @@ - + @@ -318,7 +332,7 @@ - + @@ -333,7 +347,7 @@ - + @@ -386,7 +400,7 @@ - + diff --git a/FPGA/VNA/top.bin b/FPGA/VNA/top.bin index 38369cd..38af89c 100644 Binary files a/FPGA/VNA/top.bin and b/FPGA/VNA/top.bin differ diff --git a/FPGA/VNA/top.vhd b/FPGA/VNA/top.vhd index 89b8ea1..33df71b 100644 --- a/FPGA/VNA/top.vhd +++ b/FPGA/VNA/top.vhd @@ -459,8 +459,8 @@ begin LEDS(0) <= user_leds(2); -- Lock status of PLLs LEDS(1) <= clk_locked; - LEDS(2) <= SOURCE_LD; - LEDS(3) <= LO1_LD; + LEDS(2) <= LO1_LD; + LEDS(3) <= SOURCE_LD; -- Sweep and active port PORT_SELECT2 <= (sweep_excite_port2 and portswitch_en) when HW_overwrite_enabled = '0' else HW_overwrite_data(3); PORT2_SELECT <= (sweep_excite_port2 and portswitch_en) when HW_overwrite_enabled = '0' else HW_overwrite_data(3);