Action cb0a4bea6d766f824e240fe99e0209948c29ff0d8f7bde60db333a14a7dbe021
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | d95ad5001ef18dcaa0910380ad0729589054910db52c366532d01ee1e1b412fd | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::ceil_with_denorms | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
d95ad5001ef18dcaa0910380ad0729589054910db52c366532d01ee1e1b412fd | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/d9/5a/d95ad5001ef18dcaa0910380ad0729589054910db52c366532d01ee1e1b412fd/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
5cb405e6173bfc76563e92ef2e37b46fafd414e37d9d8a28d6e4c6a563c65b7c | done | driver_ir_equiv | lhs=d95ad5001ef1 rhs=cb0a4bea6d76 top=__float64__ceil_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
12b9056525a6f64c23c58cbdcffa29d7fbe7b229eadc409d55578a1b3874ddfb | done | driver_ir_to_delay_info | ir=cb0a4bea6d76 top=__float64__ceil_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
7b098797b357df14e5822d2ac543cbd9602cbd91a271c51ce583f3f9c319554b | done | driver_ir_to_g8r_aig | ir=cb0a4bea6d76 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
faa3ec934ec72555eda6e8ba165c4c0c4696cb5894a41c5360bf610b3643d68e | done | driver_ir_to_g8r_aig | ir=cb0a4bea6d76 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6fdf6dd0948af5f7ac6d244b21aba07286382ec2099fdaef453579e9011e6b16 | done | ir_fn_to_combinational_verilog | ir=cb0a4bea6d76 top=__float64__ceil_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6267 | 3cf48f2b71b373e867a15bfef6c1436d83f80cafe36514f44b6449fb43ced3dd |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-800 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d9/5a/d95ad5001ef18dcaa0910380ad0729589054910db52c366532d01ee1e1b412fd/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528165095632183-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__ceil_with_denorms -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": "7a80d2791c6f58d57ff4063734f86c8b8613b8931ad3ac07d1d04d325c100ec2",
"ir_top": "__float64__ceil_with_denorms",
"semantic_cache_hit": {
"from_action_id": "3d1227eb01d34c14d75e7a44e4bbcf8027b9888523231802349ae61157841db3",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "d95ad5001ef18dcaa0910380ad0729589054910db52c366532d01ee1e1b412fd",
"top_fn_name": "__float64__ceil_with_denorms",
"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"
}
}