Action 9689844cf62d107ae21dfd350ac655f78c45112cd82bb7416d2a29bd033134ae
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 14f29ec665cff3c1da6ebb0c65bfb4c696a04d40c730951e31288f5c63a2ed3a | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::to_int64 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
14f29ec665cff3c1da6ebb0c65bfb4c696a04d40c730951e31288f5c63a2ed3a | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/14/f2/14f29ec665cff3c1da6ebb0c65bfb4c696a04d40c730951e31288f5c63a2ed3a/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
adcce46847c9cdac96f348e565bf5e5e56cfc71a38193687aa1389ae9f3fed17 | done | driver_ir_equiv | lhs=14f29ec665cf rhs=9689844cf62d top=__float64__to_int64 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
1bc211f2627b135f391c106bf6067b1a4230f5b7da62fb6d2a6ae5681b6d1ee2 | done | driver_ir_to_delay_info | ir=9689844cf62d top=__float64__to_int64 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
55496b6b2f2fa18d0be7a164b542f97a0db2f2f0f4521bc2cb575366502ec7a6 | done | driver_ir_to_g8r_aig | ir=9689844cf62d top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
41452caa7ad326884e8314edbbd03ac9944bc15fde0dcb9947c416571c52db32 | done | driver_ir_to_g8r_aig | ir=9689844cf62d top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
234839abdfc1eac0d1115ba427c35ddfb4e462c2f8dac2eb0cace80ddb58b79a | done | ir_fn_to_combinational_verilog | ir=9689844cf62d top=__float64__to_int64 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5720 | ef6a5901953daeab9f39f536050804f4122c84fc33ef174a4fb56d0744f4739a |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-9 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/14/f2/14f29ec665cff3c1da6ebb0c65bfb4c696a04d40c730951e31288f5c63a2ed3a/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527862399793220-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__to_int64 -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": "c5daa8e4c80bf034c50502b7985b30d657349956fccf8dd93162f423bf51b7a5",
"ir_top": "__float64__to_int64",
"semantic_cache_hit": {
"from_action_id": "10443b351d80e85a3386366bfa5b90576e9df8722c84d48d6e0a724cffaeb549",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "14f29ec665cff3c1da6ebb0c65bfb4c696a04d40c730951e31288f5c63a2ed3a",
"top_fn_name": "__float64__to_int64",
"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"
}
}