Action a5dfb7481d44f546bfa206b118a888d0f001f48112169fd6f8c5ac1585d33492
Summary
crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | acdee9bf3523390bb89630af6454fe38549a6bb716135f4b4038ea154705e456 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::from_uint8 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
acdee9bf3523390bb89630af6454fe38549a6bb716135f4b4038ea154705e456 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ac/de/acdee9bf3523390bb89630af6454fe38549a6bb716135f4b4038ea154705e456/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8c7a7fa7d5aba373ff7eb3dff245fa650aabe5e8a9ada2f04c9c4941f18fc320 | done | driver_ir_equiv | lhs=acdee9bf3523 rhs=a5dfb7481d44 top=__bfloat16__from_uint8 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
cd13b3247652d2eb86d7cf01385dfbd3346d25ba59d523cb2d8619034d57f5bd | done | driver_ir_to_delay_info | ir=a5dfb7481d44 top=__bfloat16__from_uint8 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
f10cf8506a81e5ac99f4b8d12400cd2e8166a945d29c35990cca2a95c8952497 | done | driver_ir_to_g8r_aig | ir=a5dfb7481d44 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
a45134b4f0ab2c058c8d5edf2759bc3f35ec1fa1eb95e4b148260272b2442896 | done | driver_ir_to_g8r_aig | ir=a5dfb7481d44 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
73302074d64cad9f28a84085ebbf7232de8916529911fee5fd0203e1327fccbb | done | ir_fn_to_combinational_verilog | ir=a5dfb7481d44 top=__bfloat16__from_uint8 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1684 | f91764f6b8d40643e702b9e5f8ec332c654a0c39fd6663a14c6b38f425b1df95 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-a5dfb7481d44f546-1374217-8494 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ac/de/acdee9bf3523390bb89630af6454fe38549a6bb716135f4b4038ea154705e456/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/a5dfb7481d44f546bfa206b118a888d0f001f48112169fd6f8c5ac1585d33492-1374217-1771542609917814826/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__from_uint8 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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.6.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.6.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.7.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": "__bfloat16__from_uint8",
"xlsynth_version": "v0.7.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "acdee9bf3523390bb89630af6454fe38549a6bb716135f4b4038ea154705e456",
"top_fn_name": "__bfloat16__from_uint8",
"version": "v0.7.0",
"runtime": {
"driver_version": "0.6.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}