Action b79816bbcf2b9954affc33aa01b6b51f9c61ba18b9dc5702ce44df2f8dc18834
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 05b16d27c40d290e5c238ab4013272bacbbdd9e25191ed838c95c868cd75b96a | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::is_neg_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
05b16d27c40d290e5c238ab4013272bacbbdd9e25191ed838c95c868cd75b96a | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/05/b1/05b16d27c40d290e5c238ab4013272bacbbdd9e25191ed838c95c868cd75b96a/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
a7f61c9b07e8ccf86be1dcedc6113af6884fb80fc97238e859dd7eeabae87662 | done | driver_ir_equiv | lhs=05b16d27c40d rhs=b79816bbcf2b top=__hfloat16__is_neg_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
220d5e4b04d9352b673fe4bf10dee23b7a81af604a810ed5f4309d5e7a0ad828 | done | driver_ir_to_delay_info | ir=b79816bbcf2b top=__hfloat16__is_neg_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
95ecf19807519ebfc9cfc8f888f1cad423f4a32cbc1064941453843324eda4ca | done | driver_ir_to_g8r_aig | ir=b79816bbcf2b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
3a450970115f557330a924aed6d1da0f578303cdcf798343d337d0ccc2099d32 | done | driver_ir_to_g8r_aig | ir=b79816bbcf2b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
91fa4c99de1be4c74bad94b07066400d15777a29fe515cd16570229814151b4c | done | ir_fn_to_combinational_verilog | ir=b79816bbcf2b top=__hfloat16__is_neg_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 998 | 80e86d84826e468e7c27f042014faf8b1cf97699a0f3a10c7f1780ee2af125be |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-360 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/05/b1/05b16d27c40d290e5c238ab4013272bacbbdd9e25191ed838c95c868cd75b96a/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527987454080029-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__is_neg_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": "f4d56975a4a45f8e4596b9e9e9a6ed11e6fbb1e14108af3b25f3e60a9705d15f",
"ir_top": "__hfloat16__is_neg_inf",
"semantic_cache_hit": {
"from_action_id": "24179e7d706bf9294e92a358efe7c8bd449f080bf66cbcb1ef9ce603b68f8f73",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "05b16d27c40d290e5c238ab4013272bacbbdd9e25191ed838c95c868cd75b96a",
"top_fn_name": "__hfloat16__is_neg_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"
}
}