Action 29a1b3febe860bc36dbf0f73668bfc3aa28c5e78873ac3a3ba3d49d0af9f4c8f
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e98fcf201b6260b007001572a92c454c68daad51c88b73c5e747bfbb16edfc39 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::num_nonzero_fractional_bits | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
e98fcf201b6260b007001572a92c454c68daad51c88b73c5e747bfbb16edfc39 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e9/8f/e98fcf201b6260b007001572a92c454c68daad51c88b73c5e747bfbb16edfc39/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8e282e8dbaf53368fd2f492e5c2eebad2d30d674d13e73a01a77f33a22a35101 | done | driver_ir_equiv | lhs=e98fcf201b62 rhs=29a1b3febe86 top=__fixed_point__num_nonzero_fractional_bits | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
2bba5c1a066de95e76a7ab3753649b99641d1eebf0a95178f0e7a25b598dac50 | done | driver_ir_to_delay_info | ir=29a1b3febe86 top=__fixed_point__num_nonzero_fractional_bits model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6cd42a1192135a9c48b5729df0ae4a45bcc67625dc8ad1442e8674d76f52f673 | done | driver_ir_to_g8r_aig | ir=29a1b3febe86 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ad8129d063b75bee65fd9131081dbbde9d2e36247ba65e99abed85a667d5d093 | done | driver_ir_to_g8r_aig | ir=29a1b3febe86 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6f8511c154bab5cccd06fad5f40d35f73f18197feb8e7984d4a4c7327689d9e2 | done | ir_fn_to_combinational_verilog | ir=29a1b3febe86 top=__fixed_point__num_nonzero_fractional_bits system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1230 | f2e1ad49efcff3a6e286045d8fac79379943b36f1557db0df5f75074fbf4f169 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1161 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e9/8f/e98fcf201b6260b007001572a92c454c68daad51c88b73c5e747bfbb16edfc39/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528302837306816-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__num_nonzero_fractional_bits -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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
|
Details JSON
{
"crate_version_label": "crate:v0.31.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.31.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "9e55cbfd93e6fc228673d7a3b4564d48384299fd219e262ed245d18b11a4194a",
"ir_top": "__fixed_point__num_nonzero_fractional_bits",
"semantic_cache_hit": {
"from_action_id": "bfebc31a5f49885400be194fb8244e8b57f6a563050f9bcf434886d95868bba0",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e98fcf201b6260b007001572a92c454c68daad51c88b73c5e747bfbb16edfc39",
"top_fn_name": "__fixed_point__num_nonzero_fractional_bits",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.31.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}