Skip to content
Snippets Groups Projects
Commit 3ffc883a authored by Alvaro Dosil's avatar Alvaro Dosil
Browse files

fix project and i2c bugs

parent 1bdd615f
Branches
No related merge requests found
......@@ -2,8 +2,8 @@ SET busformat = BusFormatAngleBracketNotRipped
SET designentry = VHDL
SET device = xc6slx16
SET devicefamily = spartan6
SET flowvendor = Foundation_ISE
SET flowvendor = Other
SET package = csg324
SET speedgrade = -3
SET verilogsim = true
SET verilogsim = false
SET vhdlsim = true
......@@ -91,7 +91,7 @@ BEGIN
ipbus_o.ipb_rdata(31 downto 8) <= ( others => '0');
ipbus_o.ipb_err <= '1'; -- never return an error.
ipbus_o.ipb_err <= '0'; -- never return an error.
END ARCHITECTURE rtl;
......@@ -25,7 +25,7 @@
-------------------------------------------------------------------------------
--! @todo Implement a periodic calibration sequence\n
--! <another thing to do> \n
-
LIBRARY ieee;
USE ieee.std_logic_1164.all;
......
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