Skip to content

Commit 27093ba

Browse files
committed
[PyCDE] Fixing integration tests
- Test command was wrong - Tool no longer exists
1 parent d07c799 commit 27093ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontends/PyCDE/integration_test/esitester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Now test the ToHost DMA engine.
2424
# RUN: %PYTHON% %s %t cosim_dma 2>&1
2525
# RUN: esi-cosim.py --source %t -- esitester cosim env hostmem
26-
# RUN: esi-cosim.py --source %t -- esitester cosim env dmawrite
26+
# RUN: esi-cosim.py --source %t -- esitester cosim env dma -w -r
2727

2828
import pycde
2929
from pycde import AppID, Clock, Module, Reset, generator, modparams

frontends/PyCDE/integration_test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
tool_dirs = [
8080
config.circt_tools_dir, config.mlir_tools_dir, config.llvm_tools_dir
8181
]
82-
tools = ['circt-rtl-sim.py', 'esi-cosim-runner.py']
82+
tools = ['circt-rtl-sim.py']
8383

8484
# Enable Icarus Verilog as a fallback if no other ieee-sim was detected.
8585
if config.iverilog_path != "":

0 commit comments

Comments
 (0)