source: PlatformSupport/CustomPeripherals/pcores/w3_iic_eeprom_v1_00_b/opencores_src/rtl/vhdl/readme

Last change on this file was 1766, checked in by murphpo, 12 years ago
File size: 789 bytes
Line 
1
2
3-- This code is provided for free and may be used and   --
4-- distributed without restriction provided that the    --
5-- copyright statement is not removed from the file and --
6-- that any derivative work contains the original       --
7-- copyright notice and the associated disclaimer.      --
8
9--   Comments and suggestions are always welcome        --
10
11The i2c_master core consists of three files:
12
13- i2c_master_top        -- top level
14- i2c_master_byte_ctrl  -- byte controller
15- i2c_master_bit_ctrl   -- bit controller
16
17VHDL needs to be compiled in order. The files are listed
18above in descending order.
19
20I2C.VHD and tst_ds1621.vhd are not supported anymore.
21They remain mostly for historical purposes, altough they
22might prove usefull.
23
24Richard Herveille
25rherveille@opencores.org
Note: See TracBrowser for help on using the repository browser.