Action 3b02f1c508880073bbac948aed619614c64c561fcc4ea4abeb72e9e21937f015
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 8f5e624035c2fd5c8100e903b5934290a707d0d7dad046346bcf5c15fb7006ad | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::unbiased_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
8f5e624035c2fd5c8100e903b5934290a707d0d7dad046346bcf5c15fb7006ad | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/8f/5e/8f5e624035c2fd5c8100e903b5934290a707d0d7dad046346bcf5c15fb7006ad/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
85bd0c7028e87612f6f9b8ca40ea9c33e766fe1aa6af5464cafcc5752020e4af | done | driver_ir_equiv | lhs=8f5e624035c2 rhs=3b02f1c50888 top=__hfloat16__unbiased_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
fb6581c9895f5504d79504f8573d47408b34f10471b924960b2cca751c934ba6 | done | driver_ir_to_delay_info | ir=3b02f1c50888 top=__hfloat16__unbiased_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
07a85e4bd326d991b0b056bc1d7ae11010eff363d05877c6165e9998d50f2893 | done | driver_ir_to_g8r_aig | ir=3b02f1c50888 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
6972541248fa7c4b6329d451599bbe36022377ec60f0672cb6c57f2eb3e015cf | done | driver_ir_to_g8r_aig | ir=3b02f1c50888 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
b1ff3627b2378af240c93600b0a33449743822a511725c63949f8faa7c84e979 | done | ir_fn_to_combinational_verilog | ir=3b02f1c50888 top=__hfloat16__unbiased_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 527 | 3982ed50c8cddac33bd1c27e195ae36ccd28328d6474b73ee993b1e0172912ae |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-504820-12 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/8f/5e/8f5e624035c2fd5c8100e903b5934290a707d0d7dad046346bcf5c15fb7006ad/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-504820-1771528756616508915-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__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": "ebac9a0552d9ff0de2f3b19a483911b3c8ba3e3c5d23ddaa2bc76be9566c6b24",
"ir_top": "__hfloat16__unbiased_exponent",
"semantic_cache_hit": {
"from_action_id": "a316f9c23e10c17a197a511b34fab3eb9450c7c183d3a1919737a2d1755fba1c",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "8f5e624035c2fd5c8100e903b5934290a707d0d7dad046346bcf5c15fb7006ad",
"top_fn_name": "__hfloat16__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"
}
}