Action 463d68ae80b880cc860490487596dad66c76c1734522ae58c8a366e06ed4c4de
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | b4464709386112d9da5eae0ab6e3d021006c5010f85ff5dbcdb2186f05594e29 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::from_float32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
b4464709386112d9da5eae0ab6e3d021006c5010f85ff5dbcdb2186f05594e29 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/b4/46/b4464709386112d9da5eae0ab6e3d021006c5010f85ff5dbcdb2186f05594e29/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
09b6944132e91024f9de737c7b71e588739d78070d435c6ad48ab43501d50ec6 | done | driver_ir_equiv | lhs=b44647093861 rhs=463d68ae80b8 top=__hfloat16__from_float32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
2be54868d63b43bd86b08e591122fef8bbd0dfa71f4b41f73c9fce45c537262b | done | driver_ir_to_delay_info | ir=463d68ae80b8 top=__hfloat16__from_float32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
2bc1c101858ea4ac2c36381c2f5e9b3cacf6985eb19e8a380f8b0d7df27cd024 | done | driver_ir_to_g8r_aig | ir=463d68ae80b8 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
84749a3c1ef7a1e512f9a4e2688c1e9cfa48ecc7ae5c20a4c2033ae91b361fcb | done | driver_ir_to_g8r_aig | ir=463d68ae80b8 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
cdf1ea84f03f24ba075675a3f78643ce73b25605e533fefde86853bb34187c82 | done | ir_fn_to_combinational_verilog | ir=463d68ae80b8 top=__hfloat16__from_float32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 17947 | 760ebf90d6efc0cb6de0a11cb11733864c54aaa588ea3c84c8b89c6d65bcaee3 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-312 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b4/46/b4464709386112d9da5eae0ab6e3d021006c5010f85ff5dbcdb2186f05594e29/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527967133829336-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__from_float32 -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": "6f9ad4285bc4b9bc8ee0996b75c96127ca7cdd5ffbc2935caa151981a3f1e797",
"ir_top": "__hfloat16__from_float32",
"semantic_cache_hit": {
"from_action_id": "f37122b3b3664d406473e6305431dc4700cbb643a56ea5bbaa8a9a8fea1b777a",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "b4464709386112d9da5eae0ab6e3d021006c5010f85ff5dbcdb2186f05594e29",
"top_fn_name": "__hfloat16__from_float32",
"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"
}
}