Action 1feeb3e95e367e4cc3ee2bbc04c6647be33251811f64ca4ceb9643104a68edbb
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 856b4e63ddc078b7e494e545ab896ff2d3a3148f675891bc23e3bcf673889736 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/std.x::clzt_pow2_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
856b4e63ddc078b7e494e545ab896ff2d3a3148f675891bc23e3bcf673889736 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/85/6b/856b4e63ddc078b7e494e545ab896ff2d3a3148f675891bc23e3bcf673889736/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b9a02578114c638100b35d06cf259bf15662649f5b9ef924bc1e5d510446e492 | done | driver_ir_equiv | lhs=856b4e63ddc0 rhs=1feeb3e95e36 top=__std__clzt_pow2_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
6883059662be50a38558ba29290a8640851a901738a52dc7a6c087f13fd20f9f | done | driver_ir_to_delay_info | ir=1feeb3e95e36 top=__std__clzt_pow2_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a85bf2b864979790fe91f2f5aa054ad24dc51ddb53ad6b19b1f445bd08f36b50 | done | driver_ir_to_g8r_aig | ir=1feeb3e95e36 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
9b8aa307e8ac9ee301a36c43ff5bd084ebb0b65b95e7b83fe4569fc5e44ca2d4 | done | driver_ir_to_g8r_aig | ir=1feeb3e95e36 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
57804d763266d0ada3f55572fa51d8511539f3a75ccdb6abfe46fbf72caff9a2 | done | ir_fn_to_combinational_verilog | ir=1feeb3e95e36 top=__std__clzt_pow2_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 604 | 945535892762703bd9eb8ff80fa1d76b258ea4859eb3e8a7916f8ab0ffc0f7c0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-99 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/85/6b/856b4e63ddc078b7e494e545ab896ff2d3a3148f675891bc23e3bcf673889736/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527831481510807-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_2 -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": "4c0b5e2cc15cc595e467d223dba62202a6a10c8fdbb38c4419dcaab47fbe3b35",
"ir_top": "__std__clzt_pow2_2",
"semantic_cache_hit": {
"from_action_id": "11036430ad6a2d08af61af5598090c503d6b5297d8d7e6571dfad5f7c7b7a3cc",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "856b4e63ddc078b7e494e545ab896ff2d3a3148f675891bc23e3bcf673889736",
"top_fn_name": "__std__clzt_pow2_2",
"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"
}
}