Action 98ea4b5d7c088f813413515531a2a59c9bd7890f0199546b7316e30932c7cec2
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 7e539fe154e49359e03bae570d4bd0cc5a64811974209ccef30e848cc95cd5be | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::aligned_width | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
7e539fe154e49359e03bae570d4bd0cc5a64811974209ccef30e848cc95cd5be | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/7e/53/7e539fe154e49359e03bae570d4bd0cc5a64811974209ccef30e848cc95cd5be/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
3f06deac8d01c9364a2dfa91253c94524cf49f14ee3b4527e56d916d8df24056 | done | driver_ir_equiv | lhs=7e539fe154e4 rhs=98ea4b5d7c08 top=__fixed_point__aligned_width | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
f7298ae31c0481b281eb264f7573602babab193f60dfdc870b3b44df8c0f8a9f | done | driver_ir_to_delay_info | ir=98ea4b5d7c08 top=__fixed_point__aligned_width model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
333bb82964d780bca1eba10ea6ab571b1499e47519e847a42213948a01f25250 | done | driver_ir_to_g8r_aig | ir=98ea4b5d7c08 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
daa2a7f5e33a1426a12b5e10da131ab75e6e6b53a3e63ed1cf8ea0ed6da5a03d | done | driver_ir_to_g8r_aig | ir=98ea4b5d7c08 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
b8a782564cebaa75124188b9a3393ea1d53c934f961ae8f2301fef4aa5fc8700 | done | ir_fn_to_combinational_verilog | ir=98ea4b5d7c08 top=__fixed_point__aligned_width system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2630 | bd9e57ab8ca11dfd3cae97e625ee5db6d57265796ffd0c4599fd08f42d3b36b0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-29 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/7e/53/7e539fe154e49359e03bae570d4bd0cc5a64811974209ccef30e848cc95cd5be/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527867812868164-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__aligned_width -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": "f768edbe9ea7b6f25bc08ba43c3a21a72bff25b30779909f16d33525dd3a4484",
"ir_top": "__fixed_point__aligned_width",
"semantic_cache_hit": {
"from_action_id": "dc995d37f8703505bc524ca4c30af8f561dd149577954b51a314680efa81d739",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "7e539fe154e49359e03bae570d4bd0cc5a64811974209ccef30e848cc95cd5be",
"top_fn_name": "__fixed_point__aligned_width",
"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"
}
}