Action 89b758049d04c67f69e85b141191fbacd078497b2def258a98fc437c922b8c9c
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | ec077f591ea1c944aff92c7be65b1ce06e2ad141d1e0a8818f2db442bbfec497 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::is_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
ec077f591ea1c944aff92c7be65b1ce06e2ad141d1e0a8818f2db442bbfec497 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ec/07/ec077f591ea1c944aff92c7be65b1ce06e2ad141d1e0a8818f2db442bbfec497/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4c8e70763905d189cafe446088e79088daf6c4b43919eb561d467f28aae32996 | done | driver_ir_equiv | lhs=ec077f591ea1 rhs=89b758049d04 top=__hfloat16__is_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
5b14dee3f828a7a485d1d8fc6f88692662f3a5b4cb81e870e3e123717cef38c5 | done | driver_ir_to_delay_info | ir=89b758049d04 top=__hfloat16__is_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
26aad21ffa6ea98b904c60a626f075e38b5ea0662bedce73cf4e41470561c3f1 | done | driver_ir_to_g8r_aig | ir=89b758049d04 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
749cb0889e191b5e64ac923bb11577375ac20213bff90672a71f6f2787c00a51 | done | driver_ir_to_g8r_aig | ir=89b758049d04 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
d03845b7437d47ab784e6a2e9e7e1f57f4783201f1845788621452ffffc6e438 | done | ir_fn_to_combinational_verilog | ir=89b758049d04 top=__hfloat16__is_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 820 | 7fe08f94574c2ae16d0af545c50bcde63720095c566189d5fb869bc80cf954b4 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1200 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ec/07/ec077f591ea1c944aff92c7be65b1ce06e2ad141d1e0a8818f2db442bbfec497/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528317450852158-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__is_inf -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": "fdfd1c5a7c45d833c2a92072f6cc432cc3028d42339d24a253aadd10233cc1c8",
"ir_top": "__hfloat16__is_inf",
"semantic_cache_hit": {
"from_action_id": "55ec64813c824079b411019092343bcdbc4de72a35cb06f71a7744959fe6bf63",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "ec077f591ea1c944aff92c7be65b1ce06e2ad141d1e0a8818f2db442bbfec497",
"top_fn_name": "__hfloat16__is_inf",
"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"
}
}