Action e2a7bc05671d6aa78ffbf80f52dfdfdc5ae526a062bbad413309727d40df0039
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 2bf875dc09eb2f7a408b1b0d3f491920408ed1b0fb09b5ef60511af08c197eb6 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/std.x::clzt_pow2_32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
2bf875dc09eb2f7a408b1b0d3f491920408ed1b0fb09b5ef60511af08c197eb6 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/2b/f8/2bf875dc09eb2f7a408b1b0d3f491920408ed1b0fb09b5ef60511af08c197eb6/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4db431e9b50fefb80e1215d8d39befea873870ad09b7e7f1acfdb166cfd47c40 | done | driver_ir_equiv | lhs=2bf875dc09eb rhs=e2a7bc05671d top=__std__clzt_pow2_32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
8d2f5848aa363289b55da4ea68d144be6a9f5d866af78373641b784c086d6606 | done | driver_ir_to_delay_info | ir=e2a7bc05671d top=__std__clzt_pow2_32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
0c630d4edd6f4e718687b3d2cfc61b6828559414db37973ac13b9da4fa17650b | done | driver_ir_to_g8r_aig | ir=e2a7bc05671d top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
a927ee13ee9365b280ca250879445b61e3a5a2b16e36b7b3aeec44b4581762a9 | done | driver_ir_to_g8r_aig | ir=e2a7bc05671d top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
611302843ae093a23736b0837ab35dee8ad274175ca837b87dbc311bceb2c078 | done | ir_fn_to_combinational_verilog | ir=e2a7bc05671d top=__std__clzt_pow2_32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 21531 | 51f59697b28fd76d80428effb648463d34283cda70ac12b38492f71ec4871031 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-18878 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2b/f8/2bf875dc09eb2f7a408b1b0d3f491920408ed1b0fb09b5ef60511af08c197eb6/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557501829554314-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_32 -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-e2a7bc05671d6aa7-3016926-18910 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2b/f8/2bf875dc09eb2f7a408b1b0d3f491920408ed1b0fb09b5ef60511af08c197eb6/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/e2a7bc05671d6aa78ffbf80f52dfdfdc5ae526a062bbad413309727d40df0039-3016926-1771557501810552381/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_32 -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": "90845af7a490f0244047559112c4504412b98fe7218a0ea3ef9e0d76402e4573",
"ir_top": "__std__clzt_pow2_32",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "2bf875dc09eb2f7a408b1b0d3f491920408ed1b0fb09b5ef60511af08c197eb6",
"top_fn_name": "__std__clzt_pow2_32",
"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"
}
}