Action 5874a758561fc4d011114e9b4b59ad943243f419cd709f0f1918c4eb5419a1b7
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::add | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/d0/8b/d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
a1b9248f5f6d644cc631b03694194d379849c8834a258bf4e4675c381102cc67 | done | driver_ir_equiv | lhs=d08b31393b14 rhs=5874a758561f top=__hfloat16__add | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
58e598818d0f274f6e393abd1d5929201403701e1a5c52a7484c3b800ad41080 | done | driver_ir_to_delay_info | ir=5874a758561f top=__hfloat16__add model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
2d59aa1016fe41224cf221cf044efac890e634b05f18ce37231d46b8a0f36c73 | done | driver_ir_to_g8r_aig | ir=5874a758561f top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
d190969102a071f637cf661338675201e7676acdf23c8b8ecb137bf356674152 | done | driver_ir_to_g8r_aig | ir=5874a758561f top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
238e0e25ef187bfede60d8f65bc1334a2bd038a7ae89d77a301fa40e9bac2398 | done | ir_fn_to_combinational_verilog | ir=5874a758561f top=__hfloat16__add system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 29241 | 7b48837bf3966fea62ef31aa119a540546b49196740f972e88dea46a62f3c543 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-632 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d0/8b/d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528097084472767-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__add -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": "5c00e96d51526a81707b0f8041da98b1978be9750ace33b12a15f308ddb17dc1",
"ir_top": "__hfloat16__add",
"semantic_cache_hit": {
"from_action_id": "e0b4b7cea8c70e8b1847e4109658eddd5987803683cbb141f721f6984a109019",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9",
"top_fn_name": "__hfloat16__add",
"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"
}
}