Action 9c784b7520ebdc7b2ddc5b4f8499791fb97065cfaf649de2801837ed9d41f096
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | df4530913f670b38324a368b3655fe2ecf4ca1a2db5b456dd65aa2de6d242d14 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::unbiased_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
df4530913f670b38324a368b3655fe2ecf4ca1a2db5b456dd65aa2de6d242d14 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/df/45/df4530913f670b38324a368b3655fe2ecf4ca1a2db5b456dd65aa2de6d242d14/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
5908302fb3f4cfe76951e19b5cdfcc5715082ac84394c149d62563c7af068804 | done | driver_ir_equiv | lhs=df4530913f67 rhs=9c784b7520eb top=__float64__unbiased_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
6686c3c967d69f7ddd6056bc03ef58b1e3da7c6812ea67c9c6e4422064a00765 | done | driver_ir_to_delay_info | ir=9c784b7520eb top=__float64__unbiased_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
bd745381b3cb70b6ef116ed9f8a53e5abc387af1c61097096422f52a66930b29 | done | driver_ir_to_g8r_aig | ir=9c784b7520eb top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
9303d795cc974dc180f4f794a2677a56ebf496fa78ef6eda4fd9dc8cf3ff49e4 | done | driver_ir_to_g8r_aig | ir=9c784b7520eb top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
66c055155543ca8a38ec3370ac7aa823d0718cc09107f58e0091a5e1735de5c4 | done | ir_fn_to_combinational_verilog | ir=9c784b7520eb top=__float64__unbiased_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 531 | c0f3023ceae261c4c4ebc845a7c310ba27c13f689328fef93306f26e44dc3b87 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-890 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/df/45/df4530913f670b38324a368b3655fe2ecf4ca1a2db5b456dd65aa2de6d242d14/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528201288271311-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__unbiased_exponent -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": "a62e2e5479d2c4e71b777b9d081911061a4ea36eea3bcdd20a3b2d5c85e3e7d7",
"ir_top": "__float64__unbiased_exponent",
"semantic_cache_hit": {
"from_action_id": "4b2e30c2fc758cd289f4bb4e5dbe70448f80a56cb3b16a3419f6e19abb43b6e7",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "df4530913f670b38324a368b3655fe2ecf4ca1a2db5b456dd65aa2de6d242d14",
"top_fn_name": "__float64__unbiased_exponent",
"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"
}
}