Action 4bac32c4444f6379d56a83d8bcbab63232b6b1a91651b5e83d4d1020c55e4fe7
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 9a7d46dce63e425761237c2cf6df2f7cf3b5e9b5465a5e064407ade77f0a6bf4 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::fast_rsqrt | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
9a7d46dce63e425761237c2cf6df2f7cf3b5e9b5465a5e064407ade77f0a6bf4 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/9a/7d/9a7d46dce63e425761237c2cf6df2f7cf3b5e9b5465a5e064407ade77f0a6bf4/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
dc8d688a8f13e14a02be7f2f81046a806d8e7823227fa39dbaeecb2fd2e0e6f6 | not queued | driver_ir_equiv | lhs=9a7d46dce63e rhs=4bac32c4444f top=__float32__fast_rsqrt | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
0ae4538dcfd73e6eab1aff83bbe6ba6f764b6a18db499e17eeb53d2343411a43 | done | driver_ir_to_delay_info | ir=4bac32c4444f top=__float32__fast_rsqrt model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
4a9d715354e4228da9fd4805800e2c4fe6dfd0e14b76bac9cd369defd0810837 | done | driver_ir_to_g8r_aig | ir=4bac32c4444f top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
4cd0a639a2b64607db94a6cc9ac0771b6070d732d71a3efd120c1ff633dd45ce | not queued | driver_ir_to_g8r_aig | ir=4bac32c4444f top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
537eacbb5346264a60b027d3e47fb4e7951331f38f056c3890285b193c4e99d6 | done | ir_fn_to_combinational_verilog | ir=4bac32c4444f top=__float32__fast_rsqrt system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 86336 | 3c0571e89aced7b9433d358e23ff052ebbd02db9af49287ff791f415d933610a |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-44 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/9a/7d/9a7d46dce63e425761237c2cf6df2f7cf3b5e9b5465a5e064407ade77f0a6bf4/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527872744748699-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__fast_rsqrt -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": "916b45cf774eda42118882a2f9ca4dfb7c43c136757c6145d69ab9e4b50a6d70",
"ir_top": "__float32__fast_rsqrt",
"semantic_cache_hit": {
"from_action_id": "21745486fc7a2fd234d40fd9056e75b94902cfc1e751adbbefd8cf2addadcefa",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "9a7d46dce63e425761237c2cf6df2f7cf3b5e9b5465a5e064407ade77f0a6bf4",
"top_fn_name": "__float32__fast_rsqrt",
"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"
}
}