Action f88156b490698d4d82aebf99ba82ddf6743abff0ea4042ca12d049e73bdb3eeb
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042 | 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 |
|---|---|---|---|
e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e1/40/e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e4c333d8f129f41a4ffcbeb7385a0b8394dd4bec89b7725faa3142e37edfb922 | done | driver_ir_equiv | lhs=e140585d6a61 rhs=f88156b49069 top=__bfloat16__qnan | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
402382e6ef538e8cc5495f967b9db31823c30c32c5573e99e39e9b13d5ae33aa | done | driver_ir_to_delay_info | ir=f88156b49069 top=__bfloat16__qnan model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
7a78b492dd047c232b5848bb16d60bd5c194bc7ca2617fbf6135fbec7fd4bae6 | done | driver_ir_to_g8r_aig | ir=f88156b49069 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
17960825c3b2738761d87977182e77ef9965236cf5908020d5ec654f9e324600 | done | driver_ir_to_g8r_aig | ir=f88156b49069 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
bbf40b0c6a67c0346060a9f1e0f2a752fcc9070e0a855cde3f74e8af547525e5 | done | ir_fn_to_combinational_verilog | ir=f88156b49069 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-3016926-20286 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e1/40/e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557922304219763-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.29.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
|
| 2 | 0 | docker run --name xlsynth-bvc-run-f88156b490698d4d-3016926-20309 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e1/40/e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f88156b490698d4d82aebf99ba82ddf6743abff0ea4042ca12d049e73bdb3eeb-3016926-1771557922282599924/payload:/outputs -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.29.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.29.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.29.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "16820aaa90659c6df8db278e1aba4057063cc9088f4093a1c8de4bc5ceaa004f",
"ir_top": "__bfloat16__qnan",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042",
"top_fn_name": "__bfloat16__qnan",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.29.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}