Action 7d6cca347446707dc875a4d52368eb5db24e30157da20363015a36944d19db85
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 855d9cd76016f819382f6265e687d55e8de0e9b2f08bf12a1da5231fefe5fd1d | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::from_int32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
855d9cd76016f819382f6265e687d55e8de0e9b2f08bf12a1da5231fefe5fd1d | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/85/5d/855d9cd76016f819382f6265e687d55e8de0e9b2f08bf12a1da5231fefe5fd1d/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
93cbdf243fd9f29050c45d408449eebfd8c4f0bfb79a7bb8ac7322bfb0c361ba | done | driver_ir_equiv | lhs=855d9cd76016 rhs=7d6cca347446 top=__float32__from_int32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
023a43837d69ef047f420e821686b26f2bbfedd12227411dfd17afc67b088004 | done | driver_ir_to_delay_info | ir=7d6cca347446 top=__float32__from_int32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
eca7d65c84ffe72927e9d5cb01eb848794359c6cb2fee74280b3e5f770e84968 | done | driver_ir_to_g8r_aig | ir=7d6cca347446 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
4c6f1594218f5e376ea7a9f2ce063a2e76a98c1eafda85b6ca33d616f9fcbb4c | done | driver_ir_to_g8r_aig | ir=7d6cca347446 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
4023792ab304fb2340229e8bf0e9d750cbb181b66e5ade94a7446296433da7cc | done | ir_fn_to_combinational_verilog | ir=7d6cca347446 top=__float32__from_int32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5243 | 353f45aad20a53cabb5ac2bfc1a09f0e7d46275982483c63696e77036b75599b |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-104 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/85/5d/855d9cd76016f819382f6265e687d55e8de0e9b2f08bf12a1da5231fefe5fd1d/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527832408901125-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__from_int32 -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": "64c32e09f6e2bd462d1c2a89ee786f3a09e36b0077eec187d4a090e75532958d",
"ir_top": "__float32__from_int32",
"semantic_cache_hit": {
"from_action_id": "3a424d8b5c9a4e59f3e794d76950a66a17daf2b173f3b023dfd85319184d615a",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "855d9cd76016f819382f6265e687d55e8de0e9b2f08bf12a1da5231fefe5fd1d",
"top_fn_name": "__float32__from_int32",
"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"
}
}