Action 5021455d368628c54e8cc31044446293e1d33f57a8ff9c6c119d31834c1b0010
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 4ece27657d6207e55a8dfe8fae1c19c175088c115db49db185fd557d4e6b1e95 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::num_bits_overlapping | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
4ece27657d6207e55a8dfe8fae1c19c175088c115db49db185fd557d4e6b1e95 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/4e/ce/4ece27657d6207e55a8dfe8fae1c19c175088c115db49db185fd557d4e6b1e95/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
45e133af54abc11f67f89fde82c62eba72f62d7a8a8ca8ac377654b043fbe783 | done | driver_ir_equiv | lhs=4ece27657d62 rhs=5021455d3686 top=__fixed_point__num_bits_overlapping | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
98d52d723d3fc34dfacdb6d77ca7aebbd196f64f9a485017f618efcd07731d11 | done | driver_ir_to_delay_info | ir=5021455d3686 top=__fixed_point__num_bits_overlapping model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
877c3fb79b0f7754158e9dc91e4b07c56065b02210d2bec4dd346710c4204677 | done | driver_ir_to_g8r_aig | ir=5021455d3686 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ddca81bfd2afa4a634869b93852503b722e89a4f06ff1956081cfee32031a7ff | done | driver_ir_to_g8r_aig | ir=5021455d3686 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
85fca1e5e7755a59fab8bafcba54813ffebced8ac59baff8b192d74112435e8b | done | ir_fn_to_combinational_verilog | ir=5021455d3686 top=__fixed_point__num_bits_overlapping system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2102 | 4d7104c95f26966ef697e1ea77ad8fc06164f506cb65da887fb374a695365531 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-62 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/4e/ce/4ece27657d6207e55a8dfe8fae1c19c175088c115db49db185fd557d4e6b1e95/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527624099004637-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__num_bits_overlapping -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": "f4718c769747e68a93fa29457deab6a1bff4aa3badbd540cb1a64f34c536a5bb",
"ir_top": "__fixed_point__num_bits_overlapping",
"semantic_cache_hit": {
"from_action_id": "b2728af326d79ec53bc88355741ccbbcdfac596286c2c4b9cc014669bb8d2796",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "4ece27657d6207e55a8dfe8fae1c19c175088c115db49db185fd557d4e6b1e95",
"top_fn_name": "__fixed_point__num_bits_overlapping",
"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"
}
}