Action ad25bce59c7895c42e1746d5c583f0dcecd8f2458dcf69c6c8356598e6c2d7fe
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::eq_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/0d/f6/0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
7a94a47798556dfb4f15304d9af06a276950526df38e9a8c8911860db90c9e18 | done | driver_ir_equiv | lhs=0df6e5bb7bb4 rhs=ad25bce59c78 top=__float32__eq_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
f056f6ba06a56434abad21702a73e4797fde4bc0d43f19287c5ad2474b389291 | done | driver_ir_to_delay_info | ir=ad25bce59c78 top=__float32__eq_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
84d1802aca9c827576afbdc778ca4154a9d95a65b484e377a8a55654206c6870 | done | driver_ir_to_g8r_aig | ir=ad25bce59c78 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
63b4b25c289b9b7685abb1d342b4a0acbcbe9f20369bb95c2f05e9854fcbf9e5 | done | driver_ir_to_g8r_aig | ir=ad25bce59c78 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
ce6a091ec8d06d7e392e69e729bd2967872dfeb4cf5d721629b8a192ff131188 | done | ir_fn_to_combinational_verilog | ir=ad25bce59c78 top=__float32__eq_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2591 | 55e8c78efe5384801982423f448e34988d69cb4ee7a26ac95030653c73d8a293 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-194 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0d/f6/0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527926015880972-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__eq_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": "ac02aac401964866dc0c1801a3ec6d9401d2d1b7a037d01bb87f3d2cb7d505db",
"ir_top": "__float32__eq_2",
"semantic_cache_hit": {
"from_action_id": "d43fd4bf58de2b181efd4afe8c50fc50b475441adb89a762ea243e60136879cb",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d",
"top_fn_name": "__float32__eq_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"
}
}