Action 67b50256e14be668eed72bbedf8ae9e2dd75f84bed8b88fcd3be34e3a7983f63
Summary
crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 86244783eb9c6a7d3ca67a474082531b2542867db20f7c529802837b13377dff | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::zero | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
86244783eb9c6a7d3ca67a474082531b2542867db20f7c529802837b13377dff | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/86/24/86244783eb9c6a7d3ca67a474082531b2542867db20f7c529802837b13377dff/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
22edcfd66f6bb9a2e76cf34687980ca5b360f9dea50129f41659cf742b5aa822 | done | driver_ir_equiv | lhs=86244783eb9c rhs=67b50256e14b top=__float64__zero | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
bbb3b0021fda35eadbdd7e6a76770fc5c7c71e0026d5896e5a8660b6f8d14ca9 | done | driver_ir_to_delay_info | ir=67b50256e14b top=__float64__zero model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6b5073a30d1d1015e69214558f82651443a22f8ad76f1e2401000f7762403b46 | done | driver_ir_to_g8r_aig | ir=67b50256e14b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
73cfcd787943a71588f3e093992cd6f87fbf95b1ea585d5a2b72add0c6ac2257 | done | driver_ir_to_g8r_aig | ir=67b50256e14b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
5aae2e1e6e96cb580bccd48eb96c08a9d1e909d3c8786dc2a27585bc25e7cfc1 | done | ir_fn_to_combinational_verilog | ir=67b50256e14b top=__float64__zero system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 491 | 24c42b3b152af2b89ab6f73ed3bd97dbab867efdbfd3b3ebf60cab0a09c8f695 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-67b50256e14be668-1374217-3131 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/86/24/86244783eb9c6a7d3ca67a474082531b2542867db20f7c529802837b13377dff/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/67b50256e14be668eed72bbedf8ae9e2dd75f84bed8b88fcd3be34e3a7983f63-1374217-1771538784051316623/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__zero -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.11.0 xlsynth-bvc-driver:0.10.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.10.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.10.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.11.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": "__float64__zero",
"xlsynth_version": "v0.11.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "86244783eb9c6a7d3ca67a474082531b2542867db20f7c529802837b13377dff",
"top_fn_name": "__float64__zero",
"version": "v0.11.0",
"runtime": {
"driver_version": "0.10.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}