From 621d152c11cabf6497b670605aa9817809479a6b Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 6 Oct 2015 18:57:00 +0200 Subject: [PATCH] Remove unused package and swap DIP switch order to match board. Signed-off-by: Pavel Pisa --- pmsm-control/dff3.vhdl | 1 - pmsm-control/rpi_mc_1.pdc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pmsm-control/dff3.vhdl b/pmsm-control/dff3.vhdl index 7066f83..28dcca8 100644 --- a/pmsm-control/dff3.vhdl +++ b/pmsm-control/dff3.vhdl @@ -3,7 +3,6 @@ use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; use ieee.numeric_std.all; -use work.lx_rocon_pkg.all; -- D circuit (filtered) diff --git a/pmsm-control/rpi_mc_1.pdc b/pmsm-control/rpi_mc_1.pdc index 42938a2..f66ec7f 100644 --- a/pmsm-control/rpi_mc_1.pdc +++ b/pmsm-control/rpi_mc_1.pdc @@ -144,9 +144,9 @@ set_io {can_tx} -iostd LVCMOS33 -pinname 73 -fixed yes # # DIP switch # -set_io {dip_sw[1]} -iostd LVCMOS33 -pinname 65 -fixed yes +set_io {dip_sw[1]} -iostd LVCMOS33 -pinname 63 -fixed yes set_io {dip_sw[2]} -iostd LVCMOS33 -pinname 64 -fixed yes -set_io {dip_sw[3]} -iostd LVCMOS33 -pinname 63 -fixed yes +set_io {dip_sw[3]} -iostd LVCMOS33 -pinname 65 -fixed yes # Unused terminal to keep design tools silent set_io {dummy_unused} -iostd LVCMOS33 -pinname 6 -fixed yes -- 2.39.2