diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-11-24 20:44:00 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-11-24 20:44:00 +0100 |
commit | 1afe6589df136375c4322c9f10812e3b57f1200e (patch) | |
tree | 64f7a5a2b49bd5bbf03504f67e136a594bd33a5a /tests/i2c_bench | |
parent | 8dafecd34d772b1d9ec190b39913b236cdc8fb17 (diff) | |
download | yosys-1afe6589df136375c4322c9f10812e3b57f1200e.tar.gz yosys-1afe6589df136375c4322c9f10812e3b57f1200e.tar.bz2 yosys-1afe6589df136375c4322c9f10812e3b57f1200e.zip |
Renamed stdcells_sim.v to simcells.v and fixed blackbox.v
Diffstat (limited to 'tests/i2c_bench')
-rwxr-xr-x | tests/i2c_bench/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i2c_bench/run-test.sh b/tests/i2c_bench/run-test.sh index 580ce4c0d..865f9ad38 100755 --- a/tests/i2c_bench/run-test.sh +++ b/tests/i2c_bench/run-test.sh @@ -28,7 +28,7 @@ EOT vlogcomp --work syn i2c_master_syn.v vlogcomp --work syn ../../techlibs/common/simlib.v -vlogcomp --work syn ../../techlibs/common/stdcells_sim.v +vlogcomp --work syn ../../techlibs/common/simcells.v vlogcomp --work syn i2c_slave_model.v vlogcomp --work syn spi_slave_model.v vlogcomp --work syn tst_bench_top.v |