Action 84908857cf8bfeae4e2a47d72542f5df3fca5f143e12f941bdd278cfbdf9edfa
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | acf39f178b69c4640bdb8e7468f3d3a3e80bb90482946770c434ce28eb104235 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/std.x::clzt_pow2_32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
acf39f178b69c4640bdb8e7468f3d3a3e80bb90482946770c434ce28eb104235 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ac/f3/acf39f178b69c4640bdb8e7468f3d3a3e80bb90482946770c434ce28eb104235/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
2b3c3671c6820603745ba72b4622f50afd0b5647f746683bfaf4459d54e9d192 | done | driver_ir_equiv | lhs=acf39f178b69 rhs=84908857cf8b top=__std__clzt_pow2_32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
4d090312a71ed7c7b9044f3a0faeb167d7aa7e1cc28a9dda51880ffc18ad3c97 | done | driver_ir_to_delay_info | ir=84908857cf8b top=__std__clzt_pow2_32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
d17933c24f1c7fe8b6697357934800dedc28a8c7ba75cdc1394605e4808c5d65 | done | driver_ir_to_g8r_aig | ir=84908857cf8b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
7a53f6c99c408bc771a579165149dd0764d945022436c1cfffb27e6b30d618cf | done | driver_ir_to_g8r_aig | ir=84908857cf8b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f9570bfa0587d3fbcf3f9ed513083b7341b73eb3ce0a4bf579d24e07e5f4f671 | done | ir_fn_to_combinational_verilog | ir=84908857cf8b top=__std__clzt_pow2_32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 21531 | 51f59697b28fd76d80428effb648463d34283cda70ac12b38492f71ec4871031 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-188 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ac/f3/acf39f178b69c4640bdb8e7468f3d3a3e80bb90482946770c434ce28eb104235/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527923905747312-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_32 -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": "90845af7a490f0244047559112c4504412b98fe7218a0ea3ef9e0d76402e4573",
"ir_top": "__std__clzt_pow2_32",
"semantic_cache_hit": {
"from_action_id": "e3027d98accbefa9762166e21573733763779c3ee9b9aa0dd664cde143553ce3",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "acf39f178b69c4640bdb8e7468f3d3a3e80bb90482946770c434ce28eb104235",
"top_fn_name": "__std__clzt_pow2_32",
"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"
}
}