Action 2d3c73f0cfc490523d12a8f519ecf6ad068749671dd28c262304da2ac541b97d
Summary
crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | d14694d028f921635d4fcd7e2a5741d42a99d8426bafcc74f5d37d49ebdaf196 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::ceil_daz | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
d14694d028f921635d4fcd7e2a5741d42a99d8426bafcc74f5d37d49ebdaf196 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/d1/46/d14694d028f921635d4fcd7e2a5741d42a99d8426bafcc74f5d37d49ebdaf196/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b55e953a38062e845c4820632f0287b980e5a9238e2df06f21af9c8eeb772f7a | done | driver_ir_equiv | lhs=d14694d028f9 rhs=2d3c73f0cfc4 top=__float32__ceil_daz | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
41b6381d59f0fc4f8e6025176eac00a98443bf68fde384e276df98f59877e46d | done | driver_ir_to_delay_info | ir=2d3c73f0cfc4 top=__float32__ceil_daz model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
3407799aa4da61e776609d2f56c2450176078c467bfd5ea92569f7e6f3b71133 | done | driver_ir_to_g8r_aig | ir=2d3c73f0cfc4 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b2470c09b5e8b6d5841290a31ea60e9d0e3b544234c3c2fa53d90cca43c40732 | done | driver_ir_to_g8r_aig | ir=2d3c73f0cfc4 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6a44f556b02ac42afe39497c73ff9a7bbfaf1d6fadda28fceba02f0d42dc8051 | done | ir_fn_to_combinational_verilog | ir=2d3c73f0cfc4 top=__float32__ceil_daz system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 7217 | 7a663fe35491231654a83bd9e4fb540f91a1c6870c707ba578e9e752e5ef6289 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-2d3c73f0cfc49052-1374217-9143 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d1/46/d14694d028f921635d4fcd7e2a5741d42a99d8426bafcc74f5d37d49ebdaf196/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/2d3c73f0cfc490523d12a8f519ecf6ad068749671dd28c262304da2ac541b97d-1374217-1771542914877531172/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__ceil_daz -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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.6.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.6.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.7.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_daz",
"xlsynth_version": "v0.7.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "d14694d028f921635d4fcd7e2a5741d42a99d8426bafcc74f5d37d49ebdaf196",
"top_fn_name": "__float32__ceil_daz",
"version": "v0.7.0",
"runtime": {
"driver_version": "0.6.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}