Action 456a5025e69c2ad21fb45abd4b4c9e3f54f466caa83f669b694caa459a32f08a
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 8b411bbdc713a0beb7e86051e729d95b165390eb3c2f01c57fe05d02a155a968 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::to_int16 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
8b411bbdc713a0beb7e86051e729d95b165390eb3c2f01c57fe05d02a155a968 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/8b/41/8b411bbdc713a0beb7e86051e729d95b165390eb3c2f01c57fe05d02a155a968/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
a9e4250256c355fa12c8671cb949dd17cd6fff4efce160b340a443732bd114ff | done | driver_ir_equiv | lhs=8b411bbdc713 rhs=456a5025e69c top=__hfloat16__to_int16 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
99833ab701150eae7d25536d7bbbde7ee13db981c3abb9d1f88896bc25353a83 | done | driver_ir_to_delay_info | ir=456a5025e69c top=__hfloat16__to_int16 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
8e77a7a4c2bfa850ac462a2fd2093a013d54ecda1e7e6ab815f3d78d3d98f633 | done | driver_ir_to_g8r_aig | ir=456a5025e69c top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b32ab03bfc757b64905e6421a6a552a0baf6b1b374d97e6431e80071d9b322cf | done | driver_ir_to_g8r_aig | ir=456a5025e69c top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
fd3aedcfb992816ac9b7972a1804809e685b6c87a4e2f5737a1786f8f5796aec | done | ir_fn_to_combinational_verilog | ir=456a5025e69c top=__hfloat16__to_int16 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5605 | fb8330fc8c9bd91fa736aed870649ebd0886c73572006a4ba34c3ae48cad8061 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-148 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/8b/41/8b411bbdc713a0beb7e86051e729d95b165390eb3c2f01c57fe05d02a155a968/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527846905145352-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__to_int16 -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": "905dce7df9630dc3b42146f7f2e5633ae15b394fc54085d2d32baa155ea95cee",
"ir_top": "__hfloat16__to_int16",
"semantic_cache_hit": {
"from_action_id": "5eeec920fb657021c32226add34ad147bddc5d6819486897f277bbfc8f33b214",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "8b411bbdc713a0beb7e86051e729d95b165390eb3c2f01c57fe05d02a155a968",
"top_fn_name": "__hfloat16__to_int16",
"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"
}
}