Action d08879b7b2ade1c8a92a54abbf2d1360a9fba5ab134688c7c9cbf155e61a4c5a
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | f772cd39902f4aefe2bc739983e6aaffc825a25f28af97ad0c01086c119c3733 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::gt_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
f772cd39902f4aefe2bc739983e6aaffc825a25f28af97ad0c01086c119c3733 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/f7/72/f772cd39902f4aefe2bc739983e6aaffc825a25f28af97ad0c01086c119c3733/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
def128d699d083740b451f9a17251c8138895da00e4cb5e33ef10f3c6009aee6 | done | driver_ir_equiv | lhs=f772cd39902f rhs=d08879b7b2ad top=__hfloat16__gt_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
2bb0e8d284c34d9c3b653eb242e6a9a1f8abfeea5ae66b7bda0a2bd2a6e54c9e | done | driver_ir_to_delay_info | ir=d08879b7b2ad top=__hfloat16__gt_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
8c84105000cd907afe39437aee7cad25aec9b635e523b52d3d1441821024c22e | done | driver_ir_to_g8r_aig | ir=d08879b7b2ad top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
5b77209afd1354fc52382caf63c77632a9e95e7e0d6257ba2ea4e5fdd96a52e6 | done | driver_ir_to_g8r_aig | ir=d08879b7b2ad top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
b4e20e2095367043c79b87f10ca7f52677bca742ab12647a9fd8c19c56ef7d2e | done | ir_fn_to_combinational_verilog | ir=d08879b7b2ad top=__hfloat16__gt_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5451 | d08aa469fdaf354fce0c3af59c6e00d9cb85d9769cd206e1ff8aea19186a7dee |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1397 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f7/72/f772cd39902f4aefe2bc739983e6aaffc825a25f28af97ad0c01086c119c3733/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528393929177741-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__gt_2 -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": "1ff806c5853764b47d80b27450293a53e0d3bda140326430033e1df26043b40e",
"ir_top": "__hfloat16__gt_2",
"semantic_cache_hit": {
"from_action_id": "8c03f07d9c33aed87e4a871cc57e81ab15d38f41c4380c48cd57047d6a63d0f9",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "f772cd39902f4aefe2bc739983e6aaffc825a25f28af97ad0c01086c119c3733",
"top_fn_name": "__hfloat16__gt_2",
"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"
}
}