Action ff1afd38396b97732d09f0c146edb59e0bc6e3f02ab27075d3e20bb96203e60f
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 3a325154367d6ed3c7825c19ec8e1923e11a4765c63438e93bde630660e48675 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::ldexp | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
3a325154367d6ed3c7825c19ec8e1923e11a4765c63438e93bde630660e48675 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/3a/32/3a325154367d6ed3c7825c19ec8e1923e11a4765c63438e93bde630660e48675/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4cdabc1ba0a2cffaf748a657b2011f7d6f1a32d74203d2f4328bcf93109e6948 | done | driver_ir_equiv | lhs=3a325154367d rhs=ff1afd38396b top=__float64__ldexp | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
3fc88f83c63dd19673921de4ca3fd524db2b75169994d89951bcb7141b8a8951 | done | driver_ir_to_delay_info | ir=ff1afd38396b top=__float64__ldexp model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9cd892f3ef92cd4f49ee1cb481e492fd70f77f99753ab56ca51480a320152833 | done | driver_ir_to_g8r_aig | ir=ff1afd38396b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
a7ccbd5f2793835c4a5b489426282e0125f00ca382d6828487d02eb40d99a2ad | done | driver_ir_to_g8r_aig | ir=ff1afd38396b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
b7cab9d3ad86a285a10bd09afa34e002e66c0f45256f757258e17c8984f81779 | done | ir_fn_to_combinational_verilog | ir=ff1afd38396b top=__float64__ldexp system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 4952 | 5d9416d8b5b6ed14565e46eb01c0d33b318bd545a92238ebad207f9565c144e6 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1635 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/3a/32/3a325154367d6ed3c7825c19ec8e1923e11a4765c63438e93bde630660e48675/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528479058441396-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__ldexp -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": "a6058aecf25a6950b0fd0281b61524b5d4d4a2a5fd937079e5c79e99c3a1b923",
"ir_top": "__float64__ldexp",
"semantic_cache_hit": {
"from_action_id": "24943a8c9368b3c087afa1db0acbfc197ec92b63c04e12d2bc328a53ccbb884e",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "3a325154367d6ed3c7825c19ec8e1923e11a4765c63438e93bde630660e48675",
"top_fn_name": "__float64__ldexp",
"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"
}
}