Action 868ececed0e8d6d2d2226bbc13699f1794c9a253fbc62767c15cb7787ac6fe0d
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | deaa2cc01410f24560be416c633050fc98a9e10890f3196811e97e49f7c8bed0 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::is_zero_or_subnormal | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
deaa2cc01410f24560be416c633050fc98a9e10890f3196811e97e49f7c8bed0 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/de/aa/deaa2cc01410f24560be416c633050fc98a9e10890f3196811e97e49f7c8bed0/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
d77ae37476a5a2a267fb4f67c6223ded858389951b4148f5faa8fc9ba2485337 | done | driver_ir_equiv | lhs=deaa2cc01410 rhs=868ececed0e8 top=__float64__is_zero_or_subnormal | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
e217d0123ec955c0daeea6fdf0289651f971a07e5a81d988c6a48398e6528212 | done | driver_ir_to_delay_info | ir=868ececed0e8 top=__float64__is_zero_or_subnormal model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
bdf436910d257bc84fe735ab3cb2f2cfcfdce4533160e1003cee2ae8cee81779 | done | driver_ir_to_g8r_aig | ir=868ececed0e8 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
dbc8cd66bc2b1762f50c6527670fcbb80001e22fb4959c6006232540c69dcece | done | driver_ir_to_g8r_aig | ir=868ececed0e8 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
9b3411e4a041aa988aced355e9bbba450e2165a6a83bba965580d8dcfdbf5bfd | done | ir_fn_to_combinational_verilog | ir=868ececed0e8 top=__float64__is_zero_or_subnormal system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 467 | d95d5557e067f23784b4f532a3fed07ae2fb872ae5bdd3aa576f4995777e98ac |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-885 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/de/aa/deaa2cc01410f24560be416c633050fc98a9e10890f3196811e97e49f7c8bed0/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528198683630602-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__is_zero_or_subnormal -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": "3dca46cf0c5fe41434e243657bedda702c2868ebac94abf923f268d6df8ebe0c",
"ir_top": "__float64__is_zero_or_subnormal",
"semantic_cache_hit": {
"from_action_id": "7a97e9deeb8e3cb5a33082f10e358a3407a02a551c3551c6670030e6c7589c6f",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "deaa2cc01410f24560be416c633050fc98a9e10890f3196811e97e49f7c8bed0",
"top_fn_name": "__float64__is_zero_or_subnormal",
"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"
}
}