Action 0553ec46b28f934458cc3d08c56dc4f48ab83b3256ab00d568098c92c41eee32
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 521bd13592ee60724ee1aaca46fe006a4e6a851c456f3a5947897a3373d0a93f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::binary_exponent_after_truncation | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
521bd13592ee60724ee1aaca46fe006a4e6a851c456f3a5947897a3373d0a93f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/52/1b/521bd13592ee60724ee1aaca46fe006a4e6a851c456f3a5947897a3373d0a93f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
d11d82323899b927a9748184d983a279c81499089228c54fad591602416591dc | done | driver_ir_equiv | lhs=521bd13592ee rhs=0553ec46b28f top=__fixed_point__binary_exponent_after_truncation | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b99613a62b5fa854d9845b5b0e8c965c273715a813cdd6de31ee8658d5cbcb09 | done | driver_ir_to_delay_info | ir=0553ec46b28f top=__fixed_point__binary_exponent_after_truncation model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
2d222c1c1b09bb3b4e2a3a87912de5e0814057340f0c36771881647c706e5cbc | done | driver_ir_to_g8r_aig | ir=0553ec46b28f top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
5b4f69ff3709958c8c0ead31a698e4d343c0a2cc24eb046cda6e9545d351c54f | done | driver_ir_to_g8r_aig | ir=0553ec46b28f top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
c9d342f830eacf50a84ea0014501cdf4533de89305255c3467357b30092e308a | done | ir_fn_to_combinational_verilog | ir=0553ec46b28f top=__fixed_point__binary_exponent_after_truncation system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 777 | 6ff0f00924dd6b5b2c3dfdd91e705bd4191f54ef0dc492ff66d49906ce7f4ef9 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-71 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/52/1b/521bd13592ee60724ee1aaca46fe006a4e6a851c456f3a5947897a3373d0a93f/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527631791281217-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__binary_exponent_after_truncation -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": "356bd5bb19af9ff8c72d29828f96b778e0c1cd36bd92959738cba8ce6a565874",
"ir_top": "__fixed_point__binary_exponent_after_truncation",
"semantic_cache_hit": {
"from_action_id": "3c54e98399a326392481de9afa518c18f8064dfcf21239ff461cde6e150fc8b3",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "521bd13592ee60724ee1aaca46fe006a4e6a851c456f3a5947897a3373d0a93f",
"top_fn_name": "__fixed_point__binary_exponent_after_truncation",
"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"
}
}