Action adef44bd28eb56e12c682fc71a3820e9993cbdc57c75eeb4a41089552c3244f7
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 1f92535ea3e820967f5f6a7907787b1815d4a0c8a4fb10a3af6d778f739596c8 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::sub | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
1f92535ea3e820967f5f6a7907787b1815d4a0c8a4fb10a3af6d778f739596c8 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/1f/92/1f92535ea3e820967f5f6a7907787b1815d4a0c8a4fb10a3af6d778f739596c8/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
5d78ca58a362bd81d38fd33b82a25ab12aa47f742f9165505d7c5d9ddbb7b470 | done | driver_ir_equiv | lhs=1f92535ea3e8 rhs=adef44bd28eb top=__hfloat16__sub | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
987ab5f7f56dd719239042484c9b00933c2b70138b75255d3968be9311f223c4 | done | driver_ir_to_delay_info | ir=adef44bd28eb top=__hfloat16__sub model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a26eab67dcc5f4cbd8590d4a40dfaae5e4909074f01d4121bc47d6da8822b837 | done | driver_ir_to_g8r_aig | ir=adef44bd28eb top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
f7763496417063d5a4dc4cb453b14c8ee2f6766e2c2fb4953dd9495e90b6adc9 | done | driver_ir_to_g8r_aig | ir=adef44bd28eb top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
ac241ee9310f1b27dab2b321b9e61aebd6ac11e7a18608e7a1a54433513ca20f | done | ir_fn_to_combinational_verilog | ir=adef44bd28eb top=__hfloat16__sub system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 32161 | 9f7904d4ca202e9e7052cfde150d7f414822e2996823e3dad236899853de7fb1 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-204 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/1f/92/1f92535ea3e820967f5f6a7907787b1815d4a0c8a4fb10a3af6d778f739596c8/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527929129631079-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__sub -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": "ae36349ff9ce9178bd27bc95f7fe5c0626f4ec6bff46e6cf7a9445dd88cf39ec",
"ir_top": "__hfloat16__sub",
"semantic_cache_hit": {
"from_action_id": "ba1f9c52ed8aca010d706ffd3d77582392cf5cbf762a93522bac2d763bbe6b10",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "1f92535ea3e820967f5f6a7907787b1815d4a0c8a4fb10a3af6d778f739596c8",
"top_fn_name": "__hfloat16__sub",
"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"
}
}