Action 8379c4c6487802e2f0c78a85ace79fb3af5914676394d372accaec366fd02f61
Summary
crate:v0.20.0dso:v0.23.0driver:crate:v0.20.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a36d0103a4282cff92d5e01e50f86a3d6d21587a730c85888778c76bb72ea89b | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::flatten | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a36d0103a4282cff92d5e01e50f86a3d6d21587a730c85888778c76bb72ea89b | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a3/6d/a36d0103a4282cff92d5e01e50f86a3d6d21587a730c85888778c76bb72ea89b/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8e3021e9575ce17221ae1325cb32cb0db0a32b795483d3732b772e2e70a2ebdc | done | driver_ir_equiv | lhs=a36d0103a428 rhs=8379c4c64878 top=__float64__flatten | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
7c130338ecba55c1a6023976c6290dba86b0b06e856c28a742cdc48dc5bdbba3 | done | driver_ir_to_delay_info | ir=8379c4c64878 top=__float64__flatten model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
e288420bad2b5318b1c6abe6b91c7bd03cf8bb27e2c7c2904f86fe1d83adead2 | done | driver_ir_to_g8r_aig | ir=8379c4c64878 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
e7c55494e53e6aa269dc360451f9535156a20e18427f47983f2ee5ee567114c1 | done | driver_ir_to_g8r_aig | ir=8379c4c64878 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
124c4e2262d25a6eff42f7400036f6eb2f9a6bba6269860984da867e5280934b | done | ir_fn_to_combinational_verilog | ir=8379c4c64878 top=__float64__flatten system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 560 | a286e683cb39fd294fe13f05c834667a830acaa651c3c35eb0725ff759a8c7f7 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-8379c4c6487802e2-1374217-6283 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a3/6d/a36d0103a4282cff92d5e01e50f86a3d6d21587a730c85888778c76bb72ea89b/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/8379c4c6487802e2f0c78a85ace79fb3af5914676394d372accaec366fd02f61-1374217-1771541230847364122/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__flatten -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": "__float64__flatten",
"xlsynth_version": "v0.23.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a36d0103a4282cff92d5e01e50f86a3d6d21587a730c85888778c76bb72ea89b",
"top_fn_name": "__float64__flatten",
"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"
}
}