Action 1f09a6a770c51d0c0f276f8334ab0600254736ad37e527f18deee7d947e5d55d
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::gt_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a5/bb/a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
93b601ba5db0d8ff6144ebf60b4e214e0bac6ca4ec1d8eb777326507a82f25fe | done | driver_ir_equiv | lhs=a5bbf1fc34dc rhs=1f09a6a770c5 top=__float64__gt_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
8bf8e28d2181af9201598ee7903def1f9c8de7b1f252ef0855d3266ec63cc985 | done | driver_ir_to_delay_info | ir=1f09a6a770c5 top=__float64__gt_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9836852ebaac3abae055fc0290a81e4f640d92d7eadff7eb9c75ec7db84a188c | done | driver_ir_to_g8r_aig | ir=1f09a6a770c5 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
5d3e67a7b05817ad5296dc488aafbcbebfba61f9208a4e9538e5da27c3f1b916 | done | driver_ir_to_g8r_aig | ir=1f09a6a770c5 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
0fdc3a98c5fe02e4134fc41eb43d3332d1eba6a7391a792fc604bd2da748d797 | done | ir_fn_to_combinational_verilog | ir=1f09a6a770c5 top=__float64__gt_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5456 | b0de41977e353a922407c77fea51550b615c91046db0156f0e7d3c5df5ae5c87 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-132 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a5/bb/a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527902936885319-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__gt_2 -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": "d66cbc6e8e2f3128f2e8bfe792eec4d29a9a803cf6ce2d53a6960b937762abf7",
"ir_top": "__float64__gt_2",
"semantic_cache_hit": {
"from_action_id": "19e9c119f1c538d80be622db6f49e28f57ed33636df96f8d1a1cd3b9d90653c9",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac",
"top_fn_name": "__float64__gt_2",
"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"
}
}