Action bf7f1fb61ebcefb90e7a2b6f9522def7c6a94b520f902bdd1533ec96c67c8881
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | b4cbbf42853413ede5148c64e21ce7258d060a0bb172820bf901832ae4a1bfa7 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::max_normal | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
b4cbbf42853413ede5148c64e21ce7258d060a0bb172820bf901832ae4a1bfa7 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/b4/cb/b4cbbf42853413ede5148c64e21ce7258d060a0bb172820bf901832ae4a1bfa7/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
99ed96766991d95d84a410cee03f2dd98f7b59325f3f030bdfb427ffd47fb2e5 | done | driver_ir_equiv | lhs=b4cbbf428534 rhs=bf7f1fb61ebc top=__hfloat16__max_normal | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
86122aea857a2290641b5443668896adfc08d99b970bb9357e910769c84e4e20 | done | driver_ir_to_delay_info | ir=bf7f1fb61ebc top=__hfloat16__max_normal model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9cca62f63ecd7dc440d35ce6261f2c4459b5fd5249d071989497211d83b8aae8 | done | driver_ir_to_g8r_aig | ir=bf7f1fb61ebc top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
59f347d03b7a73746fa579edc7c1d5a6d71907686f943d11bf3531197e538a46 | done | driver_ir_to_g8r_aig | ir=bf7f1fb61ebc top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f797d9f9427a2cf7fe0882847926ab0f547db1a30bdf04a447da215804fd7ed4 | done | ir_fn_to_combinational_verilog | ir=bf7f1fb61ebc top=__hfloat16__max_normal system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 556 | ea87d4315e4005dd67c95138eed9432d8ff0f3d7211ce32748ca77c22f8290f9 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-465 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b4/cb/b4cbbf42853413ede5148c64e21ce7258d060a0bb172820bf901832ae4a1bfa7/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528030358607227-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__max_normal -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": "9526d23ea14e58ae471e6890fd284b35095477c8807a05f7b63647f092ef178d",
"ir_top": "__hfloat16__max_normal",
"semantic_cache_hit": {
"from_action_id": "91dae15c2db285e004bd2bea72b1fa628ddac232f51b9edf5ae6e73545856bbd",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "b4cbbf42853413ede5148c64e21ce7258d060a0bb172820bf901832ae4a1bfa7",
"top_fn_name": "__hfloat16__max_normal",
"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"
}
}