Action bc0eaac659e10970beb10b17040a9ac527d5c7514530549346cea15775240444
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 53bc9f7af08937344eb2f5d607bd50ba6d40a868d3d66aaa21b08a7f159e9229 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::has_negative_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
53bc9f7af08937344eb2f5d607bd50ba6d40a868d3d66aaa21b08a7f159e9229 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/53/bc/53bc9f7af08937344eb2f5d607bd50ba6d40a868d3d66aaa21b08a7f159e9229/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
bd38b7988a2f4b1d02eaee210fdb30298df42d0d40cb825a37c5efa487b84bd8 | done | driver_ir_equiv | lhs=53bc9f7af089 rhs=bc0eaac659e1 top=__bfloat16__has_negative_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
81a0068a4612b7144e14f574bbc395f66d07581e39652de1b652105f890ffff1 | done | driver_ir_to_delay_info | ir=bc0eaac659e1 top=__bfloat16__has_negative_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
3bfc0f116ff9b0cae6414e2eda2c3c3e03b9ab81798324d962d7ae7f74513851 | done | driver_ir_to_g8r_aig | ir=bc0eaac659e1 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
7e45ea13522fafd8cf1727dc5a9a507066bed7fac7c20773dbd7a3d4d1de6ee2 | done | driver_ir_to_g8r_aig | ir=bc0eaac659e1 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6486b0f64a1f45bbaa8a54cec7d036463b9ef71338ccf8aaeeb36450ed62f218 | done | ir_fn_to_combinational_verilog | ir=bc0eaac659e1 top=__bfloat16__has_negative_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 756 | 8c85ef09b5548fd36a1356e762ea5c095e93bea3f03f2017105bd946dfa015fb |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-424 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/53/bc/53bc9f7af08937344eb2f5d607bd50ba6d40a868d3d66aaa21b08a7f159e9229/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528014256870518-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__has_negative_exponent -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": "8a68a00207d7db8c312737dadb2fc6e5207410d2bbac0a18922e3006c0b17e42",
"ir_top": "__bfloat16__has_negative_exponent",
"semantic_cache_hit": {
"from_action_id": "afbb85f6bfd773fe28f60021447ed0188d53ce0137838ff79dc30971d7ce1ea6",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "53bc9f7af08937344eb2f5d607bd50ba6d40a868d3d66aaa21b08a7f159e9229",
"top_fn_name": "__bfloat16__has_negative_exponent",
"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"
}
}