Action 896494174fcfddca3ec547ea4159d633bad1dda17560657c243c74440669f7f2
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 719a51783868e2a0d613f3dfc94e0c8efdd8322c74091730f840efd23891115f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::ceil_daz | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
719a51783868e2a0d613f3dfc94e0c8efdd8322c74091730f840efd23891115f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/71/9a/719a51783868e2a0d613f3dfc94e0c8efdd8322c74091730f840efd23891115f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
6442c16fdd750779de7453dc78f6f9d0987e30efddf13a8ea05575d91543a847 | done | driver_ir_equiv | lhs=719a51783868 rhs=896494174fcf top=__float32__ceil_daz | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
cc8f2f3088f55289bd3e2ca5fc6af2cce1b88958a3fe70432a9f2b6531fc9027 | done | driver_ir_to_delay_info | ir=896494174fcf top=__float32__ceil_daz model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
27ef672c499ed4e139fa121786e9d79360c0cdbfe1dd2815a7dabc6f69e9c1c5 | done | driver_ir_to_g8r_aig | ir=896494174fcf top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
1ae9025a125e3dc1e5651c1d570c979b176d9cd664ac0b50023689439173852e | done | driver_ir_to_g8r_aig | ir=896494174fcf top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
737c095bcaf232139694ff205f245e0a3c6e814b67607a6610f2803ea86d2bc0 | done | ir_fn_to_combinational_verilog | ir=896494174fcf top=__float32__ceil_daz system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6962 | 09ab3f78d92b173c169f1eb36343fa2ab498dbbe8a3a10803f535f20846ef90b |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-504820-1 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/71/9a/719a51783868e2a0d613f3dfc94e0c8efdd8322c74091730f840efd23891115f/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-504820-1771528718539627987-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__ceil_daz -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": "456de74432e6bc7edfcdb58046d02577c73b81bfb2296491f8d128d7133c4942",
"ir_top": "__float32__ceil_daz",
"semantic_cache_hit": {
"from_action_id": "90e1696ba50bd7ae8ee1d9e2c937b2945531f999cff8a40bad5fb4a35915e768",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "719a51783868e2a0d613f3dfc94e0c8efdd8322c74091730f840efd23891115f",
"top_fn_name": "__float32__ceil_daz",
"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"
}
}