Action 9e93ce234c257f2b3a95b672913eb182e0667ecb21865131d8e93e69bcfd95c2
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::normalize | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/df/71/df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
d7b81442de5c931af379c83849d42e7150ae0f8698d9493b0428393422aefe33 | done | driver_ir_equiv | lhs=df71e4d5b7a6 rhs=9e93ce234c25 top=__bfloat16__normalize | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
c8996c6d312b27d263b80e70b37f214483b4b4bb179910369d42c1703f269b54 | done | driver_ir_to_delay_info | ir=9e93ce234c25 top=__bfloat16__normalize model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
2132ae558895e58e517e081bcb431ebf7fe15d4f658c39e991054aff4fde6e8e | done | driver_ir_to_g8r_aig | ir=9e93ce234c25 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
bcf32af07ae4d3c864a3c4ee46e22ea47ecec66e2c6e23052594eed4bb9dcca7 | done | driver_ir_to_g8r_aig | ir=9e93ce234c25 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
1957591f5ae6e85716fa325625de2207e3a77a826e5e0241864b0a41d7345d22 | done | ir_fn_to_combinational_verilog | ir=9e93ce234c25 top=__bfloat16__normalize system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1712 | fc7a4b35404f658e0f1302e45c72dfc979d9db856eb9d7f670cd65a39f1b0412 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-18745 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/df/71/df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557462895660884-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__normalize -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-9e93ce234c257f2b-3016926-18773 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/df/71/df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/9e93ce234c257f2b3a95b672913eb182e0667ecb21865131d8e93e69bcfd95c2-3016926-1771557462878176608/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__normalize -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": "d4f3012f19021b7a8edd4d5ae49206d6824e85dc1b10ddeed879ded25056ac63",
"ir_top": "__bfloat16__normalize",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282",
"top_fn_name": "__bfloat16__normalize",
"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"
}
}