Skip to content

Commit 1833e2c

Browse files
committed
[ESI] Fixing ESI integration tests
Needed to copy in primitives now that the Cosim modules use them.
1 parent 8a35dee commit 1833e2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

integration_test/Dialect/ESI/runtime/callback.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: circt-opt %s --esi-connect-services --esi-appid-hier=top=top --esi-build-manifest=top=top --esi-clean-metadata --lower-esi-to-physical --lower-esi-bundles --lower-esi-ports --lower-esi-to-hw=platform=cosim --lower-seq-to-sv --lower-hwarith-to-hw --canonicalize --export-split-verilog
77

88
// Test cosimulation
9+
// RUN: cp %esi_prims %t6/hw
910
// RUN: esi-cosim.py --source %t6/hw --top top -- esitester cosim env wait | FileCheck %s
1011

1112
hw.module @top(in %clk : !seq.clock, in %rst : i1) {

integration_test/Dialect/ESI/runtime/loopback.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// RUN: esiquery trace w:%t6/hw/esi_system_manifest.json hier | FileCheck %s --check-prefix=QUERY-HIER
1212

1313
// Test cosimulation
14+
// RUN: cp %esi_prims %t6/hw
1415
// RUN: esi-cosim.py --source %t6/hw --top top -- %python %s.py cosim env
1516

1617
// Test C++ header generation against the manifest file

0 commit comments

Comments
 (0)