You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ivan Olenichev 58a262e74c
Update
6 years ago
..
i2c_slave.v i2c slave 6 years ago
out.vcd i2c slave 6 years ago
qqq i2c slave 6 years ago
readme.txt i2c slave 6 years ago
test_i2c_slave_rx.v Update 6 years ago
test_i2c_slave_tx.v Update 6 years ago

readme.txt

For simulation type command like:

iverilog -o qqq i2c_slave.v test_i2c_slave_tx.v // FOR TX TO SLAVE
iverilog -o qqq i2c_slave.v test_i2c_slave_rx.v // FOR RX FROM SLAVE

Then type command:
vvp qqq

And open out.vcd with gtkwave