Action bd5afe9b88bbce7358a847731b6597a414b898e1b63b82db0bf6eafa8aa4b61c
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 77a0e64c11c307bbf14e384965a40c1689d3e084fc834f318548f399acb72389 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::is_zero_or_subnormal | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
77a0e64c11c307bbf14e384965a40c1689d3e084fc834f318548f399acb72389 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/77/a0/77a0e64c11c307bbf14e384965a40c1689d3e084fc834f318548f399acb72389/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
2937db763cc5ea5e9f4dfa4e69681a2d66f54677de40a73cc6f03243b93d3b55 | done | driver_ir_equiv | lhs=77a0e64c11c3 rhs=bd5afe9b88bb top=__hfloat16__is_zero_or_subnormal | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
cbd95b62b8a46144c22338ed26e7b9d27548523c0cbc442bbc5ba6de4bb406cc | done | driver_ir_to_delay_info | ir=bd5afe9b88bb top=__hfloat16__is_zero_or_subnormal model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
222e16cb3cb9714d3d66faff41f0ce63ea8bf565ea5bc2628abb39c900640cce | done | driver_ir_to_g8r_aig | ir=bd5afe9b88bb top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
0010db093a95ea34f6b31411d1a406d11fe0e9ec0c8cbb5754c68ee8de8b212b | done | driver_ir_to_g8r_aig | ir=bd5afe9b88bb top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
e7496cb50f09c09d70728ac32f5e8e8b2a890518fa3c27028ad86d86d9ea1035 | done | ir_fn_to_combinational_verilog | ir=bd5afe9b88bb top=__hfloat16__is_zero_or_subnormal system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 467 | ba88df7d8ef14d8a2a85a57d8baf8381ec5d0f48292e88ca9204a1efe11c440e |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-441 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/77/a0/77a0e64c11c307bbf14e384965a40c1689d3e084fc834f318548f399acb72389/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528020557144005-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__is_zero_or_subnormal -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": "2e27d56bbff67a19465c7b3705bef069ea393f4eec5c950f1c10d77586850d32",
"ir_top": "__hfloat16__is_zero_or_subnormal",
"semantic_cache_hit": {
"from_action_id": "c3d7ee6e8472d1f221d5fedc6186240198b0f42846497ebccd7651f56a28acbb",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "77a0e64c11c307bbf14e384965a40c1689d3e084fc834f318548f399acb72389",
"top_fn_name": "__hfloat16__is_zero_or_subnormal",
"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"
}
}