Action 744ff3c4458b0eccf4f8baea121f1ad70d4a91e2936c6fa19a2ab0fe26628036
Summary
crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e8cea86ccaec1ab6409007770cfd26513cdacf88b09447e221a4ed2815ca6ad5 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::gte_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
e8cea86ccaec1ab6409007770cfd26513cdacf88b09447e221a4ed2815ca6ad5 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e8/ce/e8cea86ccaec1ab6409007770cfd26513cdacf88b09447e221a4ed2815ca6ad5/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
c66f203512757cf9104b2e21c585909fe90eaa01455251062147ac86a0315d60 | done | driver_ir_equiv | lhs=e8cea86ccaec rhs=744ff3c4458b top=__float64__gte_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
c7c98f9be4faa7ae11d7bb97171203a93df12d3d885e79928b8c21bd729e6a2e | done | driver_ir_to_delay_info | ir=744ff3c4458b top=__float64__gte_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
4223a8476bf50c2ee5f92f42fc13d73244db102d20ec235b4504e0a4e18e322c | done | driver_ir_to_g8r_aig | ir=744ff3c4458b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b1f54e2fb2ebd626725420d72b7e0413363d263062e56f4cfd3fa1937f8fd501 | done | driver_ir_to_g8r_aig | ir=744ff3c4458b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
1a20bb031957fe1d991ff2ee1d957f52b742d4f81352efcc8a42e5de460224dc | done | ir_fn_to_combinational_verilog | ir=744ff3c4458b top=__float64__gte_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6208 | 7cc9f4e45738d5753088129cc6cd4040fb8688d3abbfe6b0766e24f84e4f3025 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-744ff3c4458b0ecc-1374217-4672 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e8/ce/e8cea86ccaec1ab6409007770cfd26513cdacf88b09447e221a4ed2815ca6ad5/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/744ff3c4458b0eccf4f8baea121f1ad70d4a91e2936c6fa19a2ab0fe26628036-1374217-1771539324006349033/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__gte_2 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.11.0 xlsynth-bvc-driver:0.10.0 bash -lc set -euo pipefail
cache_dir="/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}"
if [ ! -d "${cache_dir}" ]; then
echo "missing cached xlsynth release at ${cache_dir}" >&2
exit 1
fi
rm -rf /tmp/xlsynth-release
mkdir -p /tmp/xlsynth-release
cp -a "${cache_dir}/." /tmp/xlsynth-release/
for ext in so dylib; do
if [ -f "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" ]; then
ln -sf "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" "/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}"
fi
done
export XLSYNTH_TOOLS=/tmp/xlsynth-release
export LD_LIBRARY_PATH="/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}"
cat > /tmp/xlsynth-toolchain.toml <<'TOML'
[toolchain]
tool_path = "/tmp/xlsynth-release"
TOML
xlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
|
Details JSON
{
"crate_version_label": "crate:v0.10.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.10.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.11.0",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
"ir_top": "__float64__gte_2",
"xlsynth_version": "v0.11.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e8cea86ccaec1ab6409007770cfd26513cdacf88b09447e221a4ed2815ca6ad5",
"top_fn_name": "__float64__gte_2",
"version": "v0.11.0",
"runtime": {
"driver_version": "0.10.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}