├── Arduino └── VerilogTest │ └── VerilogTest.ino ├── Documentation └── ModelSimWaves.txt ├── LICENSE ├── README.md └── Verilog ├── I2CClientTest.qpf ├── I2CClientTest.qsf ├── I2CTest.v └── db ├── I2CClientTest.db_info └── I2CClientTest.sld_design_entry.sci /Arduino/VerilogTest/VerilogTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Arduino/VerilogTest/VerilogTest.ino -------------------------------------------------------------------------------- /Documentation/ModelSimWaves.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Documentation/ModelSimWaves.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/README.md -------------------------------------------------------------------------------- /Verilog/I2CClientTest.qpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Verilog/I2CClientTest.qpf -------------------------------------------------------------------------------- /Verilog/I2CClientTest.qsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Verilog/I2CClientTest.qsf -------------------------------------------------------------------------------- /Verilog/I2CTest.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Verilog/I2CTest.v -------------------------------------------------------------------------------- /Verilog/db/I2CClientTest.db_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Verilog/db/I2CClientTest.db_info -------------------------------------------------------------------------------- /Verilog/db/I2CClientTest.sld_design_entry.sci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdriaanSwan/Verilog-I2C-Slave/HEAD/Verilog/db/I2CClientTest.sld_design_entry.sci --------------------------------------------------------------------------------