Action 2af45aa2640e90aad858417d0af2ff1cfc0482735ba76be9b17f0330aceb77e0
Summary
crate:v0.20.0dso:v0.23.0driver:crate:v0.20.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 071ccb6db24235f814603078cbb5525731061e60bbd8b7ee7a2c6c64ab6b1757 | 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 |
|---|---|---|---|
071ccb6db24235f814603078cbb5525731061e60bbd8b7ee7a2c6c64ab6b1757 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/07/1c/071ccb6db24235f814603078cbb5525731061e60bbd8b7ee7a2c6c64ab6b1757/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
f3b3ab118dd6e9de4bfedd79a49667742055dfc91ab9abaeb54c4caadb17ad7e | done | driver_ir_equiv | lhs=071ccb6db242 rhs=2af45aa2640e top=__float32__ceil_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
4082c7b9d3385488afc467a477c639f37c9f35d738cebe2eef9e2bebee59b529 | done | driver_ir_to_delay_info | ir=2af45aa2640e top=__float32__ceil_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6ccf77ac6233cccdcbfeaee6391856b59df2b4076da8e95c1e4dae25d3c46d12 | done | driver_ir_to_g8r_aig | ir=2af45aa2640e top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ef875c9a1a454999ac43d1389b0ca443abb623e71ce41e7cc126e0fc5b6a43a6 | done | driver_ir_to_g8r_aig | ir=2af45aa2640e top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
384cc41d641aa9c891e9bb857cca432144418d644117440061b1c2334a91d766 | done | ir_fn_to_combinational_verilog | ir=2af45aa2640e top=__float32__ceil_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6256 | 0e73e3bdaa3bd8799c62b2af95de83d6dae4e2ac0290198f090b11ad9c23bcbf |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-2af45aa2640e90aa-1374217-5459 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/07/1c/071ccb6db24235f814603078cbb5525731061e60bbd8b7ee7a2c6c64ab6b1757/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/2af45aa2640e90aad858417d0af2ff1cfc0482735ba76be9b17f0330aceb77e0-1374217-1771540947907660669/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.23.0 xlsynth-bvc-driver:0.20.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.20.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.20.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.23.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__ceil_with_denorms",
"xlsynth_version": "v0.23.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "071ccb6db24235f814603078cbb5525731061e60bbd8b7ee7a2c6c64ab6b1757",
"top_fn_name": "__float32__ceil_with_denorms",
"version": "v0.23.0",
"runtime": {
"driver_version": "0.20.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}