Action ce863a4de931a23363fd60ce43f9d1ca31ca52252474f9b7a9942382d321e7b3
Summary
crate:v0.27.0dso:v0.33.0driver:crate:v0.27.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a33208c9a9268acda3df90cbbe0f6649320f7ec43283b4defb1778161422ae62 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::ceil_with_denorms | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a33208c9a9268acda3df90cbbe0f6649320f7ec43283b4defb1778161422ae62 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a3/32/a33208c9a9268acda3df90cbbe0f6649320f7ec43283b4defb1778161422ae62/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
a5bb855e2ddd0ac2e6248bed4b6d4a173788fe6749c2b933a3617b4889f0e64e | done | driver_ir_equiv | lhs=a33208c9a926 rhs=ce863a4de931 top=__float32__ceil_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
acd940cc54bdeb4e0040ef0ba9b265e730880f27327238628b53fb4865c4385e | done | driver_ir_to_delay_info | ir=ce863a4de931 top=__float32__ceil_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
5a3b98d0be31dea886083e1afe965979746acb5ef6371e623d50d47f190e0e8e | done | driver_ir_to_g8r_aig | ir=ce863a4de931 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
577a8e1e9399a27fcff6acc86f482d04a76b8605b4b280a908d893410a89ca75 | done | driver_ir_to_g8r_aig | ir=ce863a4de931 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
24b33aae229d73cea8e5faee7413ff655608caadd59d0cc6535c6cc2a90f48b7 | done | ir_fn_to_combinational_verilog | ir=ce863a4de931 top=__float32__ceil_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6234 | 3b95dee265aea279fb044e539079357689a0fb98e51b65670885042aae4f69c4 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-ce863a4de931a233-560100-1672 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a3/32/a33208c9a9268acda3df90cbbe0f6649320f7ec43283b4defb1778161422ae62/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/ce863a4de931a23363fd60ce43f9d1ca31ca52252474f9b7a9942382d321e7b3-560100-1771530980461463240/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__ceil_with_denorms -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_with_denorms",
"xlsynth_version": "v0.33.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a33208c9a9268acda3df90cbbe0f6649320f7ec43283b4defb1778161422ae62",
"top_fn_name": "__float32__ceil_with_denorms",
"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"
}
}