Action 4990a9d3ebac79c526eee81536ae77fcada93ff47a367a40d37a8f7db83da9de
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 5dacb3dcdd50fc891f1c54f275057226799563740ca541ad3e6e90a56fc481a9 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::gt_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
5dacb3dcdd50fc891f1c54f275057226799563740ca541ad3e6e90a56fc481a9 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/5d/ac/5dacb3dcdd50fc891f1c54f275057226799563740ca541ad3e6e90a56fc481a9/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e6b389c76aafac9783183d04c51712fe9c7883c4a2c85330326f068f88f126a9 | done | driver_ir_equiv | lhs=5dacb3dcdd50 rhs=4990a9d3ebac top=__float32__gt_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
88180a46f74567b462572c2104b71a11fe1108c17180455aba7dec5961dac188 | done | driver_ir_to_delay_info | ir=4990a9d3ebac top=__float32__gt_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
eb05ea3269f87a5234f6860239dd371adb4de9419e980aa45f3a3f4c24041505 | done | driver_ir_to_g8r_aig | ir=4990a9d3ebac top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
815962ac4fa354296d868b47465adb7428b448356a234d49be7d1a244e8e48aa | done | driver_ir_to_g8r_aig | ir=4990a9d3ebac top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
4fdc2506ced95f845d96b08ca4646ae0a73238d9d63868b6352534bd7686e4ed | done | ir_fn_to_combinational_verilog | ir=4990a9d3ebac top=__float32__gt_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5449 | a0055c1393ba78f61412828d38a26d3483dae3bb24369ba59f0a0fc6880edafb |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-286837-23 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/5d/ac/5dacb3dcdd50fc891f1c54f275057226799563740ca541ad3e6e90a56fc481a9/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-286837-1771527762929403226-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__gt_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": "47786ee1da8fb7273111d7e36276ad1d7ac5ad04fd5a9f03cb17c5d3168e59bc",
"ir_top": "__float32__gt_2",
"semantic_cache_hit": {
"from_action_id": "ccfe45c248cd2628019247d8153f282cf8f5dfc40f52aa0a7c1e43d9fceb08f2",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "5dacb3dcdd50fc891f1c54f275057226799563740ca541ad3e6e90a56fc481a9",
"top_fn_name": "__float32__gt_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"
}
}