]> rtime.felk.cvut.cz Git - fpga/rpi-motor-control.git/commitdiff
Remove unused package and swap DIP switch order to match board.
authorPavel Pisa <ppisa@pikron.com>
Tue, 6 Oct 2015 16:57:00 +0000 (18:57 +0200)
committerPavel Pisa <ppisa@pikron.com>
Tue, 6 Oct 2015 16:57:00 +0000 (18:57 +0200)
Signed-off-by: Pavel Pisa <ppisa@pikron.com>
pmsm-control/dff3.vhdl
pmsm-control/rpi_mc_1.pdc

index 7066f83cbfb7247fc82cdd1cf966f12867a954ad..28dcca82bc4e74755bb7c931f86a7e3c54b380e5 100644 (file)
@@ -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 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)
 
 
 -- D circuit (filtered)
 
index 42938a2b42917cabf5abe938322b8d6336fe75ff..f66ec7f5ba553cccdc8e62b6bb557dca6ad7427f 100644 (file)
@@ -144,9 +144,9 @@ set_io {can_tx} -iostd LVCMOS33 -pinname 73 -fixed yes
 #
 # DIP switch
 #
 #
 # 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[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
 
 # Unused terminal to keep design tools silent
 set_io {dummy_unused} -iostd LVCMOS33 -pinname 6 -fixed yes