Action 86cc86eb2a96b9b27bb2ec6755cadd808d7af73dc5abf4a4a87507a2cb2fa057
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | ab94363d0ec36beb3a139ea19a5871a27270badba87839d3b94f5ec5ae819742 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::flatten | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
ab94363d0ec36beb3a139ea19a5871a27270badba87839d3b94f5ec5ae819742 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ab/94/ab94363d0ec36beb3a139ea19a5871a27270badba87839d3b94f5ec5ae819742/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4f332ff00377c9a2721aac29d47facbafc903edba056daf0963bbee3c36a5157 | done | driver_ir_equiv | lhs=ab94363d0ec3 rhs=86cc86eb2a96 top=__float64__flatten | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
91115a95e9bac99c882716fd98abb78071a8ae7c95a824a554151dfa1cee7755 | done | driver_ir_to_delay_info | ir=86cc86eb2a96 top=__float64__flatten model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
002987b092e1fe2144f074fd864fb80e1f08195499c970b3a295af6ada1e2f22 | done | driver_ir_to_g8r_aig | ir=86cc86eb2a96 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
acc4c54982d0be63ccbdddd9529098bdbf63afd42a46e7dc8abf8b6a33e38bd1 | done | driver_ir_to_g8r_aig | ir=86cc86eb2a96 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f49139990dfcaad5493d2df695d4bcbee0df19942b0cd5924cfd6f19abe585cb | done | ir_fn_to_combinational_verilog | ir=86cc86eb2a96 top=__float64__flatten system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 560 | a286e683cb39fd294fe13f05c834667a830acaa651c3c35eb0725ff759a8c7f7 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-176 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ab/94/ab94363d0ec36beb3a139ea19a5871a27270badba87839d3b94f5ec5ae819742/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527919849122387-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__flatten -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": "0d3d757355184857c7b9bd63a16d71c292250423751007b8e571c2c84fedc0af",
"ir_top": "__float64__flatten",
"semantic_cache_hit": {
"from_action_id": "d6fbd0b29ba03fd7c4b131dd92b572da1548578bb89e9cd1261d3549158a0739",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "ab94363d0ec36beb3a139ea19a5871a27270badba87839d3b94f5ec5ae819742",
"top_fn_name": "__float64__flatten",
"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"
}
}