From: Pavel Pisa Date: Tue, 6 Oct 2015 16:57:00 +0000 (+0200) Subject: Remove unused package and swap DIP switch order to match board. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/rpi-motor-control.git/commitdiff_plain/621d152c11cabf6497b670605aa9817809479a6b Remove unused package and swap DIP switch order to match board. Signed-off-by: Pavel Pisa --- 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