Action d60a3509000be46a4c7fcd992ac70faf502b99d211edd20237224285d4474555
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::ceil_with_denorms | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/8c/4e/8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
3378df3fb365c1078325849a7a76354a9a836ad50b39b3bb6b25b6c8f3d29713 | done | driver_ir_equiv | lhs=8c4e97c8141e rhs=d60a3509000b top=__float32__ceil_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b53ab122272ed265cfbe44f231e2f0b91c846b03ea1e49034cd636af647d1f6d | done | driver_ir_to_delay_info | ir=d60a3509000b top=__float32__ceil_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
df4acac1f91b419809364a0eb8e8465f6ba20d32193e8abda91e09dfa430ad44 | done | driver_ir_to_g8r_aig | ir=d60a3509000b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
75c72995945060d20df9765e3f4407c5960a792f136cf68055c2b522dd10caaa | done | driver_ir_to_g8r_aig | ir=d60a3509000b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
49656d148f602fe310b73c3014db09e9d439cb77cdb0068d30dd8c6e2ba0c179 | done | ir_fn_to_combinational_verilog | ir=d60a3509000b top=__float32__ceil_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6234 | 3b95dee265aea279fb044e539079357689a0fb98e51b65670885042aae4f69c4 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-732 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/8c/4e/8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528138311477612-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__ceil_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": "3a594c074769e6cbd3854dcc3fa1472b1ed9bb85350f3ebe1b04a56ebe0e4436",
"ir_top": "__float32__ceil_with_denorms",
"semantic_cache_hit": {
"from_action_id": "8d346d9971787d5233f679992e85e28d65eec5ed96d401a5dd503867e5a3e490",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30",
"top_fn_name": "__float32__ceil_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"
}
}