Action 98ae01787a36ec26a6d3f9f9227fdc6a526df42a9588f4e1b30a74a201864f65
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e07ee79d61ee5b1ded12c65369f115e9d98d450e47a00e2c21268a3789496a09 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::zero | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
e07ee79d61ee5b1ded12c65369f115e9d98d450e47a00e2c21268a3789496a09 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e0/7e/e07ee79d61ee5b1ded12c65369f115e9d98d450e47a00e2c21268a3789496a09/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
83f48fa0327ad1c54e1ab4c8d1588786e9534c4bd297f702cd034576b5fa7741 | done | driver_ir_equiv | lhs=e07ee79d61ee rhs=98ae01787a36 top=__float64__zero | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
4c23513208ef48ac11f95b9fefc3fe98525e8001c075aa7d847ce200d8643e25 | done | driver_ir_to_delay_info | ir=98ae01787a36 top=__float64__zero model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a264d9844d50686120609c2275a646fb92080d5e9ff0af683411f568fc1e308f | done | driver_ir_to_g8r_aig | ir=98ae01787a36 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
68ff172e707fcf0935859e3bacf099c85085de7c5a6a85862d2ef7eedc0031b6 | done | driver_ir_to_g8r_aig | ir=98ae01787a36 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
4baf378f7b3b4172f74767763c08382e372b3fbced1efe34fceb85376e7c3880 | done | ir_fn_to_combinational_verilog | ir=98ae01787a36 top=__float64__zero system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 491 | 24c42b3b152af2b89ab6f73ed3bd97dbab867efdbfd3b3ebf60cab0a09c8f695 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-928 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e0/7e/e07ee79d61ee5b1ded12c65369f115e9d98d450e47a00e2c21268a3789496a09/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528215870905778-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__zero -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": "f1a42fcc0981321b47e186e0e9805943b82f4f78a36b1cb112b163f3fb2d5812",
"ir_top": "__float64__zero",
"semantic_cache_hit": {
"from_action_id": "ab2e690993069234ba17c55ace619a75e5313c1b644ee76fe3d9b56a29fb616e",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e07ee79d61ee5b1ded12c65369f115e9d98d450e47a00e2c21268a3789496a09",
"top_fn_name": "__float64__zero",
"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"
}
}