Action 5090719684ddefd82115097223012e4f1741b8d0ef1d179fa1eee5a475106b99
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 5433f77353d131eebb01f5a4ba01bbf61677e98a0c576f1640006d15cdfd7a43 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::unbiased_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
5433f77353d131eebb01f5a4ba01bbf61677e98a0c576f1640006d15cdfd7a43 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/54/33/5433f77353d131eebb01f5a4ba01bbf61677e98a0c576f1640006d15cdfd7a43/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
3be4d6084816b110f8c1456d9a7cbf17ca66896b685cdd172378b33387347b92 | done | driver_ir_equiv | lhs=5433f77353d1 rhs=5090719684dd top=__bfloat16__unbiased_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
15ef80c906e66d7f01076b8621122675b3a1046ca400cd73a4815b114255e268 | done | driver_ir_to_delay_info | ir=5090719684dd top=__bfloat16__unbiased_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
c58cb5968b1247f1641eb9be3936eaf8ab377e2502ffdc7e540dc2e17633b4a8 | done | driver_ir_to_g8r_aig | ir=5090719684dd top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
478896cb3fc5d5ed16ecdd0064e6e8567e1626a15dc1f392b67894f4d0baba0a | done | driver_ir_to_g8r_aig | ir=5090719684dd top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
84f23d43e0f6c0a1ee92a018dcad93895d78d951f76d597cd69513055a91ef37 | done | ir_fn_to_combinational_verilog | ir=5090719684dd top=__bfloat16__unbiased_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 527 | dded444232e182655b02b7380c2ba6c2a6293031a7fbfe8c1143b4d95771beba |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-76 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/54/33/5433f77353d131eebb01f5a4ba01bbf61677e98a0c576f1640006d15cdfd7a43/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527637498267560-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__unbiased_exponent -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": "5b8f934b931e39680f7381630f000d29fe716342afb2e368d93725792475f75a",
"ir_top": "__bfloat16__unbiased_exponent",
"semantic_cache_hit": {
"from_action_id": "74cf4477aec00b4cf67983e71de22584d10043c201586a97e34b0bd3af8749b7",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "5433f77353d131eebb01f5a4ba01bbf61677e98a0c576f1640006d15cdfd7a43",
"top_fn_name": "__bfloat16__unbiased_exponent",
"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"
}
}