Action e0cdd0782d7cc98ecab7e6e9c8b853a4c8056cbe713111fbdfe9a8ea462d233d
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | abb0646d7cc7f84470500d43f82c70b2949aaef081835378a2f03654d61fcea5 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::tag | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
abb0646d7cc7f84470500d43f82c70b2949aaef081835378a2f03654d61fcea5 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ab/b0/abb0646d7cc7f84470500d43f82c70b2949aaef081835378a2f03654d61fcea5/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
88dafa3f4a4a61123c3431a70bf3a04108de2c9498262ac360286b3c0859633a | done | driver_ir_equiv | lhs=abb0646d7cc7 rhs=e0cdd0782d7c top=__hfloat16__tag | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
d834bed27779e9f9517640853c011c666c40c5307c5cb14be5c7e1ac4323471b | done | driver_ir_to_delay_info | ir=e0cdd0782d7c top=__hfloat16__tag model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
2fdc7a17e60816efc364e98f567a4eb5a90e511d65bb50fa138a2c81de5db380 | done | driver_ir_to_g8r_aig | ir=e0cdd0782d7c top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
8436df687c3f35a7995d106c6a832b7fa268d6057c4503581a05ffd34b393ea3 | done | driver_ir_to_g8r_aig | ir=e0cdd0782d7c top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
9ff44629aa88f5b0a642aea8c5eefa7acd93fdd100a50f6cddede5250b0de2d7 | done | ir_fn_to_combinational_verilog | ir=e0cdd0782d7c top=__hfloat16__tag system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1237 | 48c3bf09346998035a9b4829aee425f4c34cb4b4f17ce22645a4394b88f54122 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-943 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ab/b0/abb0646d7cc7f84470500d43f82c70b2949aaef081835378a2f03654d61fcea5/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528221610119030-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__tag -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": "12e488839132e2f5c7c318afc03ddbedad1250b99dc022a77ca94a6154ddfe52",
"ir_top": "__hfloat16__tag",
"semantic_cache_hit": {
"from_action_id": "bb23566b79806cddc3dfe4d58b30ee8d6011c8aa9449b3c7af5bf00e6d41f01e",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "abb0646d7cc7f84470500d43f82c70b2949aaef081835378a2f03654d61fcea5",
"top_fn_name": "__hfloat16__tag",
"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"
}
}