Action e03d34b7a7cb59e9c133e3c9f9dc17219544e130bc0f7f7d8b055ee10309bb2b
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 0c7f6b3312a2c0cd45af8af093d422e517fdae0bd1226d9906fdf8c653d70eb1 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::fixed_fraction | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
0c7f6b3312a2c0cd45af8af093d422e517fdae0bd1226d9906fdf8c653d70eb1 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/0c/7f/0c7f6b3312a2c0cd45af8af093d422e517fdae0bd1226d9906fdf8c653d70eb1/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e5a8e3398d9ea0cb6b92eb8a8a725c8c1da83b41d64ff204b069a65bcef37107 | done | driver_ir_equiv | lhs=0c7f6b3312a2 rhs=e03d34b7a7cb top=__float32__fixed_fraction | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b72966717fdc5374ca2f33e81c7ca613d086a8739e4dc152dcaae0099e964a2c | done | driver_ir_to_delay_info | ir=e03d34b7a7cb top=__float32__fixed_fraction model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
1b7de917ea2337ec64e4f6de1aba9bd587c65aa66799570514fb8ba86a12b5ec | done | driver_ir_to_g8r_aig | ir=e03d34b7a7cb top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
79f8b14dbb4d176bda8994fc6d9db621860b76f46e299dbb7cd1a6c4fe47e659 | done | driver_ir_to_g8r_aig | ir=e03d34b7a7cb top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
1e6cfa669e01f113b74e213844ba03957dbabe856dd8116fcc5f9ef41c974714 | done | ir_fn_to_combinational_verilog | ir=e03d34b7a7cb top=__float32__fixed_fraction system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2235 | f45f896580bedc149d692abf6351c97da2bf41f24ee329ed0c0166b41f6a2852 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-919 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0c/7f/0c7f6b3312a2c0cd45af8af093d422e517fdae0bd1226d9906fdf8c653d70eb1/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528212937324716-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__fixed_fraction -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": "ffc542d67abd5d5cb6a849e49a354745f1b79a834500bdea52e98ae8d38e7df6",
"ir_top": "__float32__fixed_fraction",
"semantic_cache_hit": {
"from_action_id": "583230c46f069a85c49c38c68734e926c4f6aabd277206d82cff6b4aebf410bc",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "0c7f6b3312a2c0cd45af8af093d422e517fdae0bd1226d9906fdf8c653d70eb1",
"top_fn_name": "__float32__fixed_fraction",
"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"
}
}