Action 48a7ee36ce9ad193990da13150110f1c3cf80177332ab495659ac120c394b009
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | d5c2d8c94a0cdce09f1087d4043a24635f1093e2ecc03dc26b2ce393bfceb7bd | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::floor_with_denorms | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
d5c2d8c94a0cdce09f1087d4043a24635f1093e2ecc03dc26b2ce393bfceb7bd | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/d5/c2/d5c2d8c94a0cdce09f1087d4043a24635f1093e2ecc03dc26b2ce393bfceb7bd/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
80ed6ffe0735b8d707a874c8936fbb3837621bec336aaa2892d58c56ded89c68 | done | driver_ir_equiv | lhs=d5c2d8c94a0c rhs=48a7ee36ce9a top=__float64__floor_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
0e7141f2313dc8da35206839a909d7def9139abc8b17805eb657c84dd76173dd | done | driver_ir_to_delay_info | ir=48a7ee36ce9a top=__float64__floor_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
1f529d972f6a4a61ebb7c889d8d4502b37d492530880af235adebaaff0f1540e | done | driver_ir_to_g8r_aig | ir=48a7ee36ce9a top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
0c837fb1581b663aa3fd8aea378c3eceede7ebb658726c677c2542575121e874 | done | driver_ir_to_g8r_aig | ir=48a7ee36ce9a top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
19e5da0facca3e9c1af102ed2b831042752e866476b90b89c25c1b2883ff49f7 | done | ir_fn_to_combinational_verilog | ir=48a7ee36ce9a top=__float64__floor_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6228 | b5eacd2b5a579c303087f5892240a61f722f771954e8b0a31c3c332a8bd1ea60 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-717 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d5/c2/d5c2d8c94a0cdce09f1087d4043a24635f1093e2ecc03dc26b2ce393bfceb7bd/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528131955254136-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__floor_with_denorms -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": "4bb7af87db3612f683ec0e9da2a3de09ea4c807b262fc5bc445133909ef61f13",
"ir_top": "__float64__floor_with_denorms",
"semantic_cache_hit": {
"from_action_id": "8bf324c34d343c623ea10b8bbd5cf27c8228240e60a4f8870c5045c83eee324a",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "d5c2d8c94a0cdce09f1087d4043a24635f1093e2ecc03dc26b2ce393bfceb7bd",
"top_fn_name": "__float64__floor_with_denorms",
"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"
}
}