Action e770426decea33ab2f11e20cd421dd623d0787fd947892751a7ba41806fcebe1
Summary
crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 9cd5629fdd1a9e409e904dc1a6da0d88f48a11ac463828abf6a722cf6562bf68 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::has_negative_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
9cd5629fdd1a9e409e904dc1a6da0d88f48a11ac463828abf6a722cf6562bf68 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/9c/d5/9cd5629fdd1a9e409e904dc1a6da0d88f48a11ac463828abf6a722cf6562bf68/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
85dc088b58b981af5148128e22d931a0b46265bef75e2c4b5f9f8f82222d92a3 | done | driver_ir_equiv | lhs=9cd5629fdd1a rhs=e770426decea top=__float64__has_negative_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
02b9f0450b6c16e4225a1c5dbde870cd879f220912483c7501881c546820100c | done | driver_ir_to_delay_info | ir=e770426decea top=__float64__has_negative_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
0bf14b04a26a53a17ae3d040cba7ada2b9bcb87c07f85d3a30a53e7ad8fa9f5b | done | driver_ir_to_g8r_aig | ir=e770426decea top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ee3210e8cace1c2d60fc64d4a0aae7050dcd7de48fceace64adf535ffdd7fbcd | done | driver_ir_to_g8r_aig | ir=e770426decea top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
ac03f281e41d54cef385cc062d9ff32cd7de142b14926b1e398d6d8db09f61e0 | done | ir_fn_to_combinational_verilog | ir=e770426decea top=__float64__has_negative_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 759 | 389dd8b84487c26e1f42b8becae197af08cccfce4f1b17417665cf59bd6dd5e0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-e770426decea33ab-989782-2190 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/9c/d5/9cd5629fdd1a9e409e904dc1a6da0d88f48a11ac463828abf6a722cf6562bf68/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/e770426decea33ab2f11e20cd421dd623d0787fd947892751a7ba41806fcebe1-989782-1771535012828394997/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__has_negative_exponent -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.15.0 xlsynth-bvc-driver:0.15.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.15.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.15.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.15.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.15.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": "__float64__has_negative_exponent",
"xlsynth_version": "v0.15.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "9cd5629fdd1a9e409e904dc1a6da0d88f48a11ac463828abf6a722cf6562bf68",
"top_fn_name": "__float64__has_negative_exponent",
"version": "v0.15.0",
"runtime": {
"driver_version": "0.15.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.15.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}