OpenCores
Issue List
wrong copy/paste #19
Closed cbeguet opened this issue about 14 years ago
cbeguet commented about 14 years ago

In file i2c_master_bit_ctrl.vhd, line 320, change: sSDA <= (fSDA(2) and fSDA(1)) or (fSDA(2) and fSDA(0)) or (fSCL(1) and fSCL(0));

into sSDA <= (fSDA(2) and fSDA(1)) or (fSDA(2) and fSDA(0)) or (fSDA(1) and fSDA(0)); <----------- !!!!

jon_vdb commented almost 14 years ago

Yes, just spend half a day searching for this ! Hopefully this is the only thing missing ...

Kind Regards

rherveille was assigned almost 14 years ago
rherveille closed this almost 14 years ago

Assignee
rherveille
Labels
Bug