Action 3b0db677177a554f73082ecbdfddad7708562835c15053afa74dc08d2693b126
Summary
crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e9b1ee22ed39320cc6a7de77a794bc11c1634050bbade47a8ecc77946ef77ae6 | 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 |
|---|---|---|---|
e9b1ee22ed39320cc6a7de77a794bc11c1634050bbade47a8ecc77946ef77ae6 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e9/b1/e9b1ee22ed39320cc6a7de77a794bc11c1634050bbade47a8ecc77946ef77ae6/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b3798873eb66304df42b845297dff0c78bdd6c2595a6a6b689f119ef1eff1aa8 | done | driver_ir_equiv | lhs=e9b1ee22ed39 rhs=3b0db677177a top=__float64__flatten | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
4af09d6a36069ecd73996610a213d7ce76445b5c8aeea3ede122bd4ac4a53bf3 | done | driver_ir_to_delay_info | ir=3b0db677177a top=__float64__flatten model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
c745ed1220f3786756358d8bb35ee44f4227d44a972569451ec2bacc6e9ee79e | done | driver_ir_to_g8r_aig | ir=3b0db677177a top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
05928a7948bacf961816e4bf4f2e4881d82b543e13108f53a9fd99694b2166c1 | done | driver_ir_to_g8r_aig | ir=3b0db677177a top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
dfa4cda1e2de57146323ca5309f56cc7b9437b42d7b70443108ddbbb4245e92b | done | ir_fn_to_combinational_verilog | ir=3b0db677177a 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-3b0db677177a554f-1374217-4700 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e9/b1/e9b1ee22ed39320cc6a7de77a794bc11c1634050bbade47a8ecc77946ef77ae6/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/3b0db677177a554f73082ecbdfddad7708562835c15053afa74dc08d2693b126-1374217-1771539333974886169/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.11.0 xlsynth-bvc-driver:0.10.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.10.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.10.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.11.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.11.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e9b1ee22ed39320cc6a7de77a794bc11c1634050bbade47a8ecc77946ef77ae6",
"top_fn_name": "__float64__flatten",
"version": "v0.11.0",
"runtime": {
"driver_version": "0.10.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}