Action 84a20629ac50663aabce2c20ceecc0b3f9b75683ab31594a249c6ba4550e8e44
Summary
crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 33fb868c5f3b4f0314de065b5c6555982047c0af629941330ed1500b94f87acd | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::fixed_fraction | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
33fb868c5f3b4f0314de065b5c6555982047c0af629941330ed1500b94f87acd | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/33/fb/33fb868c5f3b4f0314de065b5c6555982047c0af629941330ed1500b94f87acd/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
dc97b6d37f5123095c405b7056f6b0bb27ca7a3fce6a07ad9b973f1599e0ce43 | done | driver_ir_equiv | lhs=33fb868c5f3b rhs=84a20629ac50 top=__float32__fixed_fraction | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
e5fe9d99841079e772f47e4c08fdc97a94951249d44c07a8bf947025e9e1e81f | done | driver_ir_to_delay_info | ir=84a20629ac50 top=__float32__fixed_fraction model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
7f6c67002eb1bf9f1dcff1042b140449136a3f3f45f7c740f5493bebff2a0162 | done | driver_ir_to_g8r_aig | ir=84a20629ac50 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
4cb6fe3aa2cd0b786f3e5cc35e04486b0a1876fb8a2cd4c59486b0288c39007f | done | driver_ir_to_g8r_aig | ir=84a20629ac50 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
2f48f78aa300ac7f1a9c826d7f87f3b17b8aa44881ab64fa983fa7b930e01b00 | done | ir_fn_to_combinational_verilog | ir=84a20629ac50 top=__float32__fixed_fraction system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2235 | f45f896580bedc149d692abf6351c97da2bf41f24ee329ed0c0166b41f6a2852 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-84a20629ac50663a-989782-486 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/33/fb/33fb868c5f3b4f0314de065b5c6555982047c0af629941330ed1500b94f87acd/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/84a20629ac50663aabce2c20ceecc0b3f9b75683ab31594a249c6ba4550e8e44-989782-1771534441665218905/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__fixed_fraction -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": "__float32__fixed_fraction",
"xlsynth_version": "v0.15.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "33fb868c5f3b4f0314de065b5c6555982047c0af629941330ed1500b94f87acd",
"top_fn_name": "__float32__fixed_fraction",
"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"
}
}