Action 797becf72bc57a47b0f4b47e3286395e0e30a3b174d46ed9d16066a8f0c05107
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | d1904f935bdb32aee8c6b44799f628e4ccd0e16398f6c74d8e91963509f4d912 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::qnan | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
d1904f935bdb32aee8c6b44799f628e4ccd0e16398f6c74d8e91963509f4d912 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/d1/90/d1904f935bdb32aee8c6b44799f628e4ccd0e16398f6c74d8e91963509f4d912/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
58e14c76ff442c94ddf19c4dbe4279bc6daf0509ed360b2cbf8c677e6ecc13dd | done | driver_ir_equiv | lhs=d1904f935bdb rhs=797becf72bc5 top=__bfloat16__qnan | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b7afcfeeadbc802b929b88a9e02f67e095cd778003c46e930cdb01c0c54173c6 | done | driver_ir_to_delay_info | ir=797becf72bc5 top=__bfloat16__qnan model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
0145e9360c44127e388c3e012f4b71f2c67247447c3f657a10708c4d5af46df9 | done | driver_ir_to_g8r_aig | ir=797becf72bc5 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
a9e8ab2b046c767a257064f29e2fd70000c74a45ca935f72737955a676035de9 | done | driver_ir_to_g8r_aig | ir=797becf72bc5 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f1217cc075d9047b02f3173b7d6c9a4f2c53276a127ffc095f3624765205d4d6 | done | ir_fn_to_combinational_verilog | ir=797becf72bc5 top=__bfloat16__qnan system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 352 | ad6e3bb2b3cc7a262dc4a8e9820fd8d9da48d9903e5b59270c5de8892deba968 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-682 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d1/90/d1904f935bdb32aee8c6b44799f628e4ccd0e16398f6c74d8e91963509f4d912/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528117348174145-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__qnan -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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 ir-fn-structural-hash /inputs/input.ir --top "${IR_TOP}" --json true > /scratch/structural_hash.json
test -s /scratch/structural_hash.json
|
Details JSON
{
"crate_version_label": "crate:v0.31.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.31.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "16820aaa90659c6df8db278e1aba4057063cc9088f4093a1c8de4bc5ceaa004f",
"ir_top": "__bfloat16__qnan",
"semantic_cache_hit": {
"from_action_id": "8f82fe382423bbd6def8432d727a24b1da5d39cc125258f30c9906b81ab9634e",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "d1904f935bdb32aee8c6b44799f628e4ccd0e16398f6c74d8e91963509f4d912",
"top_fn_name": "__bfloat16__qnan",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.31.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}