summaryrefslogtreecommitdiffstats
path: root/quartus/i2c_loader.vhd
diff options
context:
space:
mode:
authorJames <james.mckenzie@citrix.com>2013-10-18 12:17:17 +0100
committerJames <james.mckenzie@citrix.com>2013-10-18 12:17:17 +0100
commit3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c (patch)
tree80e482555b70b57e701d603aa352b4ecbd3206c1 /quartus/i2c_loader.vhd
parent2deecc29d2b390a23eeebc54b1db28326b9bcd4e (diff)
downloadbbc_de1-3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.tar.gz
bbc_de1-3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.tar.bz2
bbc_de1-3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.zip
revert fixes
Diffstat (limited to 'quartus/i2c_loader.vhd')
-rw-r--r--quartus/i2c_loader.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/quartus/i2c_loader.vhd b/quartus/i2c_loader.vhd
index 4b3343c..35da643 100644
--- a/quartus/i2c_loader.vhd
+++ b/quartus/i2c_loader.vhd
@@ -132,7 +132,7 @@ begin
end process;
-- The I2C loader process
- process(nRESET,CLK,clken)
+ process(nRESET,CLK)
begin
if nRESET = '0' then
scl_out <= '1';