Action 6de87a4e10b6d9fae1f86d494b13433c357924a0213a5ee91515712bfb9487c0
Summary
crate:v0.27.0dso:v0.33.0driver:crate:v0.27.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 9c45898a69ca2703f700397cf5b47fcd7f46299b04594ed561268550d7cd9826 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::is_pos_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
9c45898a69ca2703f700397cf5b47fcd7f46299b04594ed561268550d7cd9826 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/9c/45/9c45898a69ca2703f700397cf5b47fcd7f46299b04594ed561268550d7cd9826/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
f5268c85f1e051e1df0938622a72137bd77b0a709f0359a4bcb5d15dc97012f5 | done | driver_ir_equiv | lhs=9c45898a69ca rhs=6de87a4e10b6 top=__hfloat16__is_pos_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
647fe2e10510bcf18a3831d9f8c6fe84d01d14587939df5dde97d2255dce5ccd | done | driver_ir_to_delay_info | ir=6de87a4e10b6 top=__hfloat16__is_pos_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
c478e617dee4a4a88fd0113250238a3dba0ad4d5f5818a22445165e10aa8e643 | done | driver_ir_to_g8r_aig | ir=6de87a4e10b6 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
89c848a97ead9b8a6f1c16336ddf3e00d27c732f621a62ad798329922523b54d | done | driver_ir_to_g8r_aig | ir=6de87a4e10b6 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
3410b7de53443cde8114a44fcda66f99c2c8a673e824374f4ee7c9c25e27b96e | done | ir_fn_to_combinational_verilog | ir=6de87a4e10b6 top=__hfloat16__is_pos_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 977 | 7cbacedb5e5f3c507fcee23c8fa0358abb6204e0e0c04377d60c70aec984f0f6 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-6de87a4e10b6d9fa-560100-797 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/9c/45/9c45898a69ca2703f700397cf5b47fcd7f46299b04594ed561268550d7cd9826/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/6de87a4e10b6d9fae1f86d494b13433c357924a0213a5ee91515712bfb9487c0-560100-1771530660586626618/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__is_pos_inf -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.33.0 xlsynth-bvc-driver:0.27.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.27.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.27.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.33.0",
"input_ir_fn_structural_hash_error": "docker run failed with exit code Some(2)\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": "__hfloat16__is_pos_inf",
"xlsynth_version": "v0.33.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "9c45898a69ca2703f700397cf5b47fcd7f46299b04594ed561268550d7cd9826",
"top_fn_name": "__hfloat16__is_pos_inf",
"version": "v0.33.0",
"runtime": {
"driver_version": "0.27.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}