File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
integration_test/Dialect/ESI/runtime Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
1112hw.module @top (in %clk : !seq.clock , in %rst : i1 ) {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments