Action 565478781c8190eb2a72cf5d18b51380a2283f16e5dde1e629d373f107fc2b62
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 0c1307e3791379f28b0a60acd21e58174b668e778655f01ac6557afff9b48057 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::flatten | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
0c1307e3791379f28b0a60acd21e58174b668e778655f01ac6557afff9b48057 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/0c/13/0c1307e3791379f28b0a60acd21e58174b668e778655f01ac6557afff9b48057/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
182643ca6de136bafa41ba3d35ec39b0c7d666bbaf1f042b8bdc72a940110e1f | done | driver_ir_equiv | lhs=0c1307e37913 rhs=565478781c81 top=__bfloat16__flatten | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
300c155fb1bd0a0ecc862fe7af4d7c127a3018893a8ac405cd692b32509cadbd | done | driver_ir_to_delay_info | ir=565478781c81 top=__bfloat16__flatten model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
b77af29a662b239e1a4fa3e2b5ae5722f156032224955c4ae2c2c27dffe4457e | done | driver_ir_to_g8r_aig | ir=565478781c81 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
11662fbd3a6af460ea1997ad7325182803a1c95cfe51d9459e30612181cc732b | done | driver_ir_to_g8r_aig | ir=565478781c81 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
9de21bb26b935a95dd0299e49e225efbfba4c4813ea76051de4e3fec6ed6fa47 | done | ir_fn_to_combinational_verilog | ir=565478781c81 top=__bfloat16__flatten system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 559 | 649979e7dd90ab10ce31421f7a8543e7bd91b6e53d66ea0bbb1e8eff2001cf83 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-83 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0c/13/0c1307e3791379f28b0a60acd21e58174b668e778655f01ac6557afff9b48057/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527642832415853-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__flatten -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": "0b4687da9e1162d8142eaf34dee3d317a62a46f5fa72c042cc30e6aa9b43b493",
"ir_top": "__bfloat16__flatten",
"semantic_cache_hit": {
"from_action_id": "c32300b58ff990d5ba7470c59fcced0646f9ac04ccad9141a01e4b4aa4b38b7c",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "0c1307e3791379f28b0a60acd21e58174b668e778655f01ac6557afff9b48057",
"top_fn_name": "__bfloat16__flatten",
"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"
}
}