summaryrefslogtreecommitdiffstats
path: root/quartus/i2c_loader.vhd
diff options
context:
space:
mode:
authorJames <james.mckenzie@citrix.com>2013-10-18 12:19:09 +0100
committerJames <james.mckenzie@citrix.com>2013-10-18 12:19:09 +0100
commitd8b2c4c49c778a36d306ee02b7fefe53a4cbb32c (patch)
tree3d962748e9d7bea2e10c978ce833091ece6168dc /quartus/i2c_loader.vhd
parent3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c (diff)
downloadbbc_de1-d8b2c4c49c778a36d306ee02b7fefe53a4cbb32c.tar.gz
bbc_de1-d8b2c4c49c778a36d306ee02b7fefe53a4cbb32c.tar.bz2
bbc_de1-d8b2c4c49c778a36d306ee02b7fefe53a4cbb32c.zip
Revert "revert fixes"
This reverts commit 3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c.
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 35da643..4b3343c 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)
+ process(nRESET,CLK,clken)
begin
if nRESET = '0' then
scl_out <= '1';