Action d7b4e6c651ca0935cdef346cec7008fc4b5615235620dddbf8baa29560a73c98
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 3dc280ac9755ae1bae2c7633477a3f56250b9539d61ee28fbd09c49df0abdcba | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/std.x::clzt_pow2_8 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
3dc280ac9755ae1bae2c7633477a3f56250b9539d61ee28fbd09c49df0abdcba | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/3d/c2/3dc280ac9755ae1bae2c7633477a3f56250b9539d61ee28fbd09c49df0abdcba/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
6404bed85e6d9adec5ffabc4dfbdd41b06f6067860ad19712f1d25c7ee48bf9e | done | driver_ir_equiv | lhs=3dc280ac9755 rhs=d7b4e6c651ca top=__std__clzt_pow2_8 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
c253410f284073d02cc68bde222032352764dd6cfbd432fc6931d6f776be366c | done | driver_ir_to_delay_info | ir=d7b4e6c651ca top=__std__clzt_pow2_8 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
3872fdbf911bf8b0e2b3aaeae9281d5255f9613c90a9f7d07967760c72e44a4b | done | driver_ir_to_g8r_aig | ir=d7b4e6c651ca top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
52b15e5829d9b923468c908ddbc4e2666f740b3f50109a685b9e7432d05f4409 | done | driver_ir_to_g8r_aig | ir=d7b4e6c651ca top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
8834039f422ffb859b726ddb17f16717c38ee691a68ea6ffd20ecb2283f5ad2f | done | ir_fn_to_combinational_verilog | ir=d7b4e6c651ca top=__std__clzt_pow2_8 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 4082 | 4dc3ebc59329553b77ad67aa765a23d2c0b550f1a66e1f97b1f3df195ef01a8f |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-761 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/3d/c2/3dc280ac9755ae1bae2c7633477a3f56250b9539d61ee28fbd09c49df0abdcba/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528149470437392-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_8 -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": "b84abad5f244b4b65bb935484a2b06f28b821949cb0fbf3871db79de3ecd8a73",
"ir_top": "__std__clzt_pow2_8",
"semantic_cache_hit": {
"from_action_id": "83188decb751a3cf80b918c40c96b8ae0775207f0b5980fab3d95741a5e90ef5",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "3dc280ac9755ae1bae2c7633477a3f56250b9539d61ee28fbd09c49df0abdcba",
"top_fn_name": "__std__clzt_pow2_8",
"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"
}
}