Action e8b579653f7c6e88fa3e4d0887db38e6c145a4cbf60df74c696dc09f6d22bf68
Summary
crate:v0.27.0dso:v0.33.0driver:crate:v0.27.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 928ca43c685b1b3bb9a60412100d4b8aceab02f29c366886b525d2d440490fca | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::ceil_daz | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
928ca43c685b1b3bb9a60412100d4b8aceab02f29c366886b525d2d440490fca | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/92/8c/928ca43c685b1b3bb9a60412100d4b8aceab02f29c366886b525d2d440490fca/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
6b5145e9bca202264b9d0a0f223cf4ff5ee7c433099796929d8445ae342e1c25 | done | driver_ir_equiv | lhs=928ca43c685b rhs=e8b579653f7c top=__float32__ceil_daz | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
72161527c71e5c2d49cde51ea2423d6840abeac255a610f7eb589ce20b8d005c | done | driver_ir_to_delay_info | ir=e8b579653f7c top=__float32__ceil_daz model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
1cb846455edc3c70fb75deaec0a2813de737b5cac7734a2d5841c4e830b91aa0 | done | driver_ir_to_g8r_aig | ir=e8b579653f7c top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
6b1895f10b18ad96a00d77184a1b7df99e04e9a570b9e3603b0f578a279794c2 | done | driver_ir_to_g8r_aig | ir=e8b579653f7c top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
30e2508bb29ccfe2ecb7d35ad4fad74dc50d7fb307968be3d5d9d925e238e48b | done | ir_fn_to_combinational_verilog | ir=e8b579653f7c top=__float32__ceil_daz system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6962 | 09ab3f78d92b173c169f1eb36343fa2ab498dbbe8a3a10803f535f20846ef90b |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-e8b579653f7c6e88-560100-2291 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/92/8c/928ca43c685b1b3bb9a60412100d4b8aceab02f29c366886b525d2d440490fca/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/e8b579653f7c6e88fa3e4d0887db38e6c145a4cbf60df74c696dc09f6d22bf68-560100-1771531218654442423/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__ceil_daz -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.33.0 xlsynth-bvc-driver:0.27.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 ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
|
Details JSON
{
"crate_version_label": "crate:v0.27.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.27.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.33.0",
"input_ir_fn_structural_hash_error": "docker run failed with exit code Some(2)\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
"ir_top": "__float32__ceil_daz",
"xlsynth_version": "v0.33.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "928ca43c685b1b3bb9a60412100d4b8aceab02f29c366886b525d2d440490fca",
"top_fn_name": "__float32__ceil_daz",
"version": "v0.33.0",
"runtime": {
"driver_version": "0.27.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}