Action da7c9b1f10fa2dc78fb56ebce769ef0ae95a8bcde7d7417049132d9910afcd36
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 1892ade47a44a830a474829ab766f4c7b147bc415cd0c6d2d440469d81fc796b | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::lte_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
1892ade47a44a830a474829ab766f4c7b147bc415cd0c6d2d440469d81fc796b | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/18/92/1892ade47a44a830a474829ab766f4c7b147bc415cd0c6d2d440469d81fc796b/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8f984f8c8274c3d74611e031791b14bc4b3147c33618e114dacc712354d5b074 | done | driver_ir_equiv | lhs=1892ade47a44 rhs=da7c9b1f10fa top=__bfloat16__lte_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
c8694ad5b1984c4d9e9d149d2b8ff8693a927d82a9d92cbfbb938257be474510 | done | driver_ir_to_delay_info | ir=da7c9b1f10fa top=__bfloat16__lte_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
d04c2d1db927f9f1d29590290d1cdc25f972624772e2966d9e5a40d78dbfbf39 | done | driver_ir_to_g8r_aig | ir=da7c9b1f10fa top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
cfa883eba6b19f2b339450528b4df9ef9351a2a479f5dc191b5f852325b4ea9a | done | driver_ir_to_g8r_aig | ir=da7c9b1f10fa top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6de0ee92bc1cad0f68f2c6b7a11f2f808c79acf4b0a8d711e3f011bc6bd6f4ea | done | ir_fn_to_combinational_verilog | ir=da7c9b1f10fa top=__bfloat16__lte_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6038 | 48184db913b783a3dfdfa78439babbc8e596519cddc8fddf297d61a0a71dd7e6 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-820 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/18/92/1892ade47a44a830a474829ab766f4c7b147bc415cd0c6d2d440469d81fc796b/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528173236891759-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__lte_2 -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": "014ac695d0636613d07ecaf98b15001135a70c7d0c4057898f5bc26974454cb0",
"ir_top": "__bfloat16__lte_2",
"semantic_cache_hit": {
"from_action_id": "8ce4ca5be0c04b614b9fffe929a79d4510cc9f3f230c20e85f26e04c4cc07c4f",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "1892ade47a44a830a474829ab766f4c7b147bc415cd0c6d2d440469d81fc796b",
"top_fn_name": "__bfloat16__lte_2",
"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"
}
}