Action 623fb8696ada5f6e46cac2b445f7fb921e2f4c7f3be60593fca08d93b940b3b4
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e244cabb439827b49bef454bb0aa5540dd4d6784713d29ae0a70ea8e2972ed4d | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::zero | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
e244cabb439827b49bef454bb0aa5540dd4d6784713d29ae0a70ea8e2972ed4d | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e2/44/e244cabb439827b49bef454bb0aa5540dd4d6784713d29ae0a70ea8e2972ed4d/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
7e4957dcfffdfdc3d618e5430ec7d5e08fb8e59b11a1941600cd60344556df7f | done | driver_ir_equiv | lhs=e244cabb4398 rhs=623fb8696ada top=__float32__zero | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
2cb7e0912f100cdaba781ea026ce721a31a17225e3b68bfab56bb967124e62e6 | done | driver_ir_to_delay_info | ir=623fb8696ada top=__float32__zero model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9a4d12da88a68b5073b31950d8e2a76856aeecc85d64e3a279e532c2a12f71f1 | done | driver_ir_to_g8r_aig | ir=623fb8696ada top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b3aecd74d8aaa48e035df136412a5897d596e7e9e6b64f9643fae84e7919e444 | done | driver_ir_to_g8r_aig | ir=623fb8696ada top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
789f3fc7b83543c6960cd239c3d98b03a526c89ec72e9bcaf5c04c994134eb9e | done | ir_fn_to_combinational_verilog | ir=623fb8696ada top=__float32__zero system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 488 | dac81ac70f08e9503d882704598d5c6897de9c9b787cb38e3f3f524f3055db55 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-977 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e2/44/e244cabb439827b49bef454bb0aa5540dd4d6784713d29ae0a70ea8e2972ed4d/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528235711982907-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__zero -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": "e7646a639d14a8465b0008d55d53b0dedc05551922c27fcc5ebaeb3220ab1d3c",
"ir_top": "__float32__zero",
"semantic_cache_hit": {
"from_action_id": "0c4bf6a869b56b0c868f82126e70562b947f2b0d3a5f1ac5c29572857cf2397d",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e244cabb439827b49bef454bb0aa5540dd4d6784713d29ae0a70ea8e2972ed4d",
"top_fn_name": "__float32__zero",
"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"
}
}