Action 919606b526974d5e3c7d1f3eafd5c069b77aaa88bc130e55de44b23e83dca49d
Summary
crate:v0.27.0dso:v0.33.0driver:crate:v0.27.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | f82ca840f1905cc0d1b67aaac0bf986cf0adb3d26f22b30e2142a998dd64f255 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::num_nonzero_fractional_bits | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
f82ca840f1905cc0d1b67aaac0bf986cf0adb3d26f22b30e2142a998dd64f255 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/f8/2c/f82ca840f1905cc0d1b67aaac0bf986cf0adb3d26f22b30e2142a998dd64f255/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
a521d05d94a9b2979aa6b2f498604a53eeeb5916b529435159bf525805200e3d | done | driver_ir_equiv | lhs=f82ca840f190 rhs=919606b52697 top=__fixed_point__num_nonzero_fractional_bits | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
6dfae58d1690450d7cbfa4ad73a84d8b95bb1c43e7e7a7535bcd8f3ec22516d4 | done | driver_ir_to_delay_info | ir=919606b52697 top=__fixed_point__num_nonzero_fractional_bits model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
c568903b821b80ef9b42ce5a43cf4f82b8850232734445094c366808dc38923f | done | driver_ir_to_g8r_aig | ir=919606b52697 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
2092592ca2f11ffc743ac458610f24aa63ce707ce204982a821acde88db139f9 | done | driver_ir_to_g8r_aig | ir=919606b52697 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
0533d4db281307dc46acd90de6e3a8b7ca12ec74f8d954647059ee6c0e757899 | done | ir_fn_to_combinational_verilog | ir=919606b52697 top=__fixed_point__num_nonzero_fractional_bits system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1230 | f2e1ad49efcff3a6e286045d8fac79379943b36f1557db0df5f75074fbf4f169 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-919606b526974d5e-560100-2867 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f8/2c/f82ca840f1905cc0d1b67aaac0bf986cf0adb3d26f22b30e2142a998dd64f255/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/919606b526974d5e3c7d1f3eafd5c069b77aaa88bc130e55de44b23e83dca49d-560100-1771531473358281295/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__num_nonzero_fractional_bits -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": "__fixed_point__num_nonzero_fractional_bits",
"xlsynth_version": "v0.33.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "f82ca840f1905cc0d1b67aaac0bf986cf0adb3d26f22b30e2142a998dd64f255",
"top_fn_name": "__fixed_point__num_nonzero_fractional_bits",
"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"
}
}