Action 5a181ea78ea9dc0b7464542d8884e5b40b0f675312f3a49bc2c742941ee0dfb1
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 2e7f59f99fe0bb35d26a68c6d25f50e1ba476a56255849b0d1cf10ee76ddca3f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/std.x::clzt_pow2_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
2e7f59f99fe0bb35d26a68c6d25f50e1ba476a56255849b0d1cf10ee76ddca3f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/2e/7f/2e7f59f99fe0bb35d26a68c6d25f50e1ba476a56255849b0d1cf10ee76ddca3f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4a437e42ecb6037136a040746f97eec9578dbb288842b095e84d758457853829 | done | driver_ir_equiv | lhs=2e7f59f99fe0 rhs=5a181ea78ea9 top=__std__clzt_pow2_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
99d16e6315a8ceca1a20902a990e6cf2b3231239f8117f5e0e0fde7c00661bc5 | done | driver_ir_to_delay_info | ir=5a181ea78ea9 top=__std__clzt_pow2_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
31187f6c026920c15b99b8b3d35120e627fe6e5d4db9632c2f045f37b4d63108 | done | driver_ir_to_g8r_aig | ir=5a181ea78ea9 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ffcf12ba6e06ac083a5bdeacae502c1e2c7ec6ce91f16c0c46dd71ca955b30e6 | done | driver_ir_to_g8r_aig | ir=5a181ea78ea9 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6e4adf2287ce18cb16c099dee4d081a9ce69a9bc8cd72a3bb566b167f99e03fd | done | ir_fn_to_combinational_verilog | ir=5a181ea78ea9 top=__std__clzt_pow2_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 604 | 945535892762703bd9eb8ff80fa1d76b258ea4859eb3e8a7916f8ab0ffc0f7c0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-15125 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2e/7f/2e7f59f99fe0bb35d26a68c6d25f50e1ba476a56255849b0d1cf10ee76ddca3f/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556379598146672-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_2 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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 ir-fn-structural-hash /inputs/input.ir --top "${IR_TOP}" --json true > /scratch/structural_hash.json
test -s /scratch/structural_hash.json
|
| 2 | 0 | docker run --name xlsynth-bvc-run-5a181ea78ea9dc0b-3016926-15156 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2e/7f/2e7f59f99fe0bb35d26a68c6d25f50e1ba476a56255849b0d1cf10ee76ddca3f/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/5a181ea78ea9dc0b7464542d8884e5b40b0f675312f3a49bc2c742941ee0dfb1-3016926-1771556379575047966/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_2 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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.29.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.29.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "4c0b5e2cc15cc595e467d223dba62202a6a10c8fdbb38c4419dcaab47fbe3b35",
"ir_top": "__std__clzt_pow2_2",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "2e7f59f99fe0bb35d26a68c6d25f50e1ba476a56255849b0d1cf10ee76ddca3f",
"top_fn_name": "__std__clzt_pow2_2",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.29.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}