Action 08fd8ad11a9fe04042b683d38cb7c6d56a6ad7bd2f834595cedca130fd5bc28c
Summary
crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 922ca871eeee11eef7cc451be4debf395d511bae1552e0ba57cdf5d55f9021be | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::unbiased_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
922ca871eeee11eef7cc451be4debf395d511bae1552e0ba57cdf5d55f9021be | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/92/2c/922ca871eeee11eef7cc451be4debf395d511bae1552e0ba57cdf5d55f9021be/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
247b0343ba6a20f9e928cea291d0c63438fea48e33d757bf3373cf46bf5348c0 | done | driver_ir_equiv | lhs=922ca871eeee rhs=08fd8ad11a9f top=__float32__unbiased_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
ddf37dd9714c0c0a2e4468d98e8a589e63e6147b035e976044e220635f368e2a | done | driver_ir_to_delay_info | ir=08fd8ad11a9f top=__float32__unbiased_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
1cfa4dee1f8f3e7d0acb1ef99ce7259f854bdca0007b86a7178d7db96015220b | done | driver_ir_to_g8r_aig | ir=08fd8ad11a9f top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
c899c10b7eac32a4a2f5f251b5199fc818c098f56ce5017e9aeb79f5e3577b18 | done | driver_ir_to_g8r_aig | ir=08fd8ad11a9f top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6637634a35b9022256698c3c90bc53de9076329852ecac2f1b7bb67dac33cef5 | done | ir_fn_to_combinational_verilog | ir=08fd8ad11a9f top=__float32__unbiased_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 525 | c62f5f7253153c8679a274b06c3cd1e2d2d0996bfae3b25a8d9d75b14ae83479 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-08fd8ad11a9fe040-1374217-8168 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/92/2c/922ca871eeee11eef7cc451be4debf395d511bae1552e0ba57cdf5d55f9021be/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/08fd8ad11a9fe04042b683d38cb7c6d56a6ad7bd2f834595cedca130fd5bc28c-1374217-1771542450070369735/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__unbiased_exponent -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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.6.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.6.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.7.0",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\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__unbiased_exponent",
"xlsynth_version": "v0.7.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "922ca871eeee11eef7cc451be4debf395d511bae1552e0ba57cdf5d55f9021be",
"top_fn_name": "__float32__unbiased_exponent",
"version": "v0.7.0",
"runtime": {
"driver_version": "0.6.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}