Action fd8cc779f4a85003911eba8cd6c672db39abf26901058efe6eb23e1271b1f95a
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 34ff940cacf097c11bcd67f3c2d69e966670b5a62a22b3a6d50a2de7a06d2066 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::is_neg_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
34ff940cacf097c11bcd67f3c2d69e966670b5a62a22b3a6d50a2de7a06d2066 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/34/ff/34ff940cacf097c11bcd67f3c2d69e966670b5a62a22b3a6d50a2de7a06d2066/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
d31d56f045cbe740269f737f75942de9ffe524f325357136adcc16bf40a67fd6 | done | driver_ir_equiv | lhs=34ff940cacf0 rhs=fd8cc779f4a8 top=__float64__is_neg_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
3b07efcd5ee07b5453fa05548cb89743c05dfa875e8e8790bf2c5e31e804cc2e | done | driver_ir_to_delay_info | ir=fd8cc779f4a8 top=__float64__is_neg_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
e76a1fe110ea2678521415b3a5a3d2ead30cb6813be2cd1989f91309b08e451c | done | driver_ir_to_g8r_aig | ir=fd8cc779f4a8 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
76eb73ef3c06bbedfd087226d9c700ba35100fa2fe37b384cbb0e0d4029759b9 | done | driver_ir_to_g8r_aig | ir=fd8cc779f4a8 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
0411ed66443a33a36c581f42e45e0e274455810303956e19e9622ff716109260 | done | ir_fn_to_combinational_verilog | ir=fd8cc779f4a8 top=__float64__is_neg_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1000 | 4a6b78045e924f8f1510ecbcdfea9bded216a295054802c4b917d52a85c3f3ec |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1586 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/34/ff/34ff940cacf097c11bcd67f3c2d69e966670b5a62a22b3a6d50a2de7a06d2066/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528463367728640-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__is_neg_inf -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": "a21e678864d25d8e5d62575f09239713accd3d302652a4a983faaa05d1018eb1",
"ir_top": "__float64__is_neg_inf",
"semantic_cache_hit": {
"from_action_id": "2f0d2b1c50fdbad560a6f0c31f9bffe1b732c2d77a5304b9786b4f84732d4d13",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "34ff940cacf097c11bcd67f3c2d69e966670b5a62a22b3a6d50a2de7a06d2066",
"top_fn_name": "__float64__is_neg_inf",
"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"
}
}