Action 640fdc519e7dac62f83520acb897b5c71d81911b293ed16a5f6477822722732f
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 70934b6c7035ed95e3e2165a7c48595d28a4317eb4c14603c9c7734f011b4683 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
70934b6c7035ed95e3e2165a7c48595d28a4317eb4c14603c9c7734f011b4683 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/70/93/70934b6c7035ed95e3e2165a7c48595d28a4317eb4c14603c9c7734f011b4683/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
94fa59b377cca281e4e42f9b0b6acd04bdaaf34e4d87993ce262d437b8a7efe1 | done | driver_ir_equiv | lhs=70934b6c7035 rhs=640fdc519e7d top=__hfloat16__inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
feb54a7b599c7fa0908d1d64fd14c421311d437567413ecb54a9e4dc961a3999 | done | driver_ir_to_delay_info | ir=640fdc519e7d top=__hfloat16__inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6f4e1726efbcdd0549fec2a53ba2dbf4f0b809c916238fad44f37452b4ef1b5a | done | driver_ir_to_g8r_aig | ir=640fdc519e7d top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
53fcf42f4c7bb11236e0d3b65e3c58d2cbf90282fd6e15124844ca7a80821e89 | done | driver_ir_to_g8r_aig | ir=640fdc519e7d top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6e8d1a667029f501d70a5d5249e38c476f2a00480d0b0301b32dcc8ea0dd2c0e | done | ir_fn_to_combinational_verilog | ir=640fdc519e7d top=__hfloat16__inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 543 | 01b548f77c3b78203199551226764afd814ad27676cd2a02590ff13a0a38f1f7 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-286837-87 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/70/93/70934b6c7035ed95e3e2165a7c48595d28a4317eb4c14603c9c7734f011b4683/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-286837-1771527813085617332-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__inf -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": "b1818d1d2f46c9b6323bbc0618475c3fc7e06ccc001460bcb9c65644ee75ba13",
"ir_top": "__hfloat16__inf",
"semantic_cache_hit": {
"from_action_id": "6f7ce0409c494e539811bbb1e62ee9d4df145515e5ea8a1eccc1d1109bf789ea",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "70934b6c7035ed95e3e2165a7c48595d28a4317eb4c14603c9c7734f011b4683",
"top_fn_name": "__hfloat16__inf",
"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"
}
}