Action 02936ff161682256ca74e39f86486a3bdc1ae1f662a2631d61ff57f93752c702
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 87a121de5f8425ff917a8a27ea66c33b6659c140334c8f2dce27b960abdabd23 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::qnan | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
87a121de5f8425ff917a8a27ea66c33b6659c140334c8f2dce27b960abdabd23 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/87/a1/87a121de5f8425ff917a8a27ea66c33b6659c140334c8f2dce27b960abdabd23/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
9dbeba7b406557094a88a85ac56769c48c51910be948f41a27552eb36bef09b4 | done | driver_ir_equiv | lhs=87a121de5f84 rhs=02936ff16168 top=__float64__qnan | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
ba7ff3c164fcaf9cb09bffc3f44509fdfef7a63b0a5bc3e3be91fdc3158255eb | done | driver_ir_to_delay_info | ir=02936ff16168 top=__float64__qnan model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a487f8bf768f971759cc734845feb4bd8eeef9add30b3ca502e9dd0d3d4bd0a4 | done | driver_ir_to_g8r_aig | ir=02936ff16168 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ea0731bf9589c8915fbc0302875c77b60f875559d0dcd54aabfa82b79f62cfe9 | done | driver_ir_to_g8r_aig | ir=02936ff16168 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
85374422ce9092f37167075f823bcfae8b2cab6a307f7bae6fc013794fde4db9 | done | ir_fn_to_combinational_verilog | ir=02936ff16168 top=__float64__qnan system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 368 | ee58666345030e5ca068365aab1c287fc95aae3d1b1603927d18f5be5f79a3c5 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-132 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/87/a1/87a121de5f8425ff917a8a27ea66c33b6659c140334c8f2dce27b960abdabd23/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527840930380382-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__qnan -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": "547fcbac523f4ccdac8f6706479a45d3af06f2e6fbf2eb07c81c2433f3788e2b",
"ir_top": "__float64__qnan",
"semantic_cache_hit": {
"from_action_id": "035539f2a9f5ad8481917474de01c7d33452563684ac05fb4360751ae8eb347e",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "87a121de5f8425ff917a8a27ea66c33b6659c140334c8f2dce27b960abdabd23",
"top_fn_name": "__float64__qnan",
"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"
}
}