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
|
6 years ago | |
---|---|---|
.. | ||
i2c_slave.v | 6 years ago | |
out.vcd | 6 years ago | |
qqq | 6 years ago | |
readme.txt | 6 years ago | |
test_i2c_slave_rx.v | 6 years ago | |
test_i2c_slave_tx.v | 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