Action 4d97c1203d624ca8f32fff202e24fdf04afde65d1978bbb354a521319c7cc495
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 3b42162a4a42eeeebe2e27bf4bfb2113b96bccce905e7f9a2d87daab2758bcff | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::lt_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
3b42162a4a42eeeebe2e27bf4bfb2113b96bccce905e7f9a2d87daab2758bcff | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/3b/42/3b42162a4a42eeeebe2e27bf4bfb2113b96bccce905e7f9a2d87daab2758bcff/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b3f3dfe5659c5165b75a3d58cfc5545cdd947e267995334042b02823f336d940 | done | driver_ir_equiv | lhs=3b42162a4a42 rhs=4d97c1203d62 top=__hfloat16__lt_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
aac93e7ce40be08729a551bc2408ff6f36673b8292223f53e38c1f2b2a198e20 | done | driver_ir_to_delay_info | ir=4d97c1203d62 top=__hfloat16__lt_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
38e57f833af4adb003a05c91b591f9a88322fb54c68db05a46562a2d1c665751 | done | driver_ir_to_g8r_aig | ir=4d97c1203d62 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
eb13411a7665f769075b805d7cd8a9af747534af67cec6e67ce3e0788844bf1f | done | driver_ir_to_g8r_aig | ir=4d97c1203d62 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
9e8f7657966051acce4f61e1d294204d7185d1cee0f3ec9a0a84c3f75b4b183e | done | ir_fn_to_combinational_verilog | ir=4d97c1203d62 top=__hfloat16__lt_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6701 | c61c02d5a6f4a4004da8eb28a2e23fcb7d224e8df300fa6bdc86aca5c91ab319 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-51 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/3b/42/3b42162a4a42eeeebe2e27bf4bfb2113b96bccce905e7f9a2d87daab2758bcff/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527614729156921-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__lt_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": "5820e91461f8fbbb09bf17b5aec81e44081ccf45b8934d7e2cf19022e8759268",
"ir_top": "__hfloat16__lt_2",
"semantic_cache_hit": {
"from_action_id": "9ffd5d8a670f2f9eecdecf52b412d07ca4c21f5474b0a17cbbf1532a388582ec",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "3b42162a4a42eeeebe2e27bf4bfb2113b96bccce905e7f9a2d87daab2758bcff",
"top_fn_name": "__hfloat16__lt_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"
}
}