Action 877aa5a454b820ac31b2a8f51c3b459a00c11ba52ad57f2e22dc6153da36b0d9
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 0f8ebea0642e69801ba7f31b0ee6303399e5a2e9cf153c2863d6726e733fc6d8 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::add | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
0f8ebea0642e69801ba7f31b0ee6303399e5a2e9cf153c2863d6726e733fc6d8 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/0f/8e/0f8ebea0642e69801ba7f31b0ee6303399e5a2e9cf153c2863d6726e733fc6d8/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
dabd7cdcf8c7df6abd2f05c7a762f12a5ff37cde5e97b2b9bd126f01daa6c8d5 | done | driver_ir_equiv | lhs=0f8ebea0642e rhs=877aa5a454b8 top=__float32__add | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
2c53a68decd50a93d1cad588f1436274777d59d12022279d9e61996c549b0f91 | done | driver_ir_to_delay_info | ir=877aa5a454b8 top=__float32__add model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
71038c2606216f50eb0b11bc58633805427a307ded54fb060fa82f612f3649f6 | done | driver_ir_to_g8r_aig | ir=877aa5a454b8 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b806d2cd892e2f2a0bfd526f34d05974452b363ea7621d5cb0657b7c0e6aaa37 | done | driver_ir_to_g8r_aig | ir=877aa5a454b8 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
108dfcfb88a978f8c029860ab197f3a6fb80953f06fed1d3d8299af6e55c7977 | done | ir_fn_to_combinational_verilog | ir=877aa5a454b8 top=__float32__add system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 44799 | 90f8f5d27da9f9e328999c0520c8e56a87ec38152b05e6b672f22fd5b8db8d83 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-121 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0f/8e/0f8ebea0642e69801ba7f31b0ee6303399e5a2e9cf153c2863d6726e733fc6d8/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527837601269464-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__add -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": "65ab846368ecc4b2895671792dd686b39241fd12386bf4dc730f610eda4e227d",
"ir_top": "__float32__add",
"semantic_cache_hit": {
"from_action_id": "c730367f8066f75e14bf42bccac8e6dd8532e884c5efbd7b829a07599ca793d5",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "0f8ebea0642e69801ba7f31b0ee6303399e5a2e9cf153c2863d6726e733fc6d8",
"top_fn_name": "__float32__add",
"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"
}
}