Action 009bfc37a4cfec8a831ac543b2e64cb8a95683cb63bd0cd1657bde65cb3fe3b7
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::negate | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/50/42/504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
bc3bf5a88aca60f01bfce1f90396383ea6ebacce65142ffbaece7e0827491e25 | done | driver_ir_equiv | lhs=504203d17b04 rhs=009bfc37a4cf top=__hfloat16__negate | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
584fb260b94a51ac24c46396c373fddd6407878c814af78cf804a95e7bfae3a6 | done | driver_ir_to_delay_info | ir=009bfc37a4cf top=__hfloat16__negate model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
0791cc86c9e67e5cffc54145849c6f3bbc676e8fd683dd3c64f142ee90d2f351 | done | driver_ir_to_g8r_aig | ir=009bfc37a4cf top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
0854485919aeb86c00a3713f7bb652b7ed11558e7f27006bb7369697c210167e | done | driver_ir_to_g8r_aig | ir=009bfc37a4cf top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
2d79722cc835d082d5dac23386c9d282fc02c27ecf875a55a505e3a3f1d6ed05 | done | ir_fn_to_combinational_verilog | ir=009bfc37a4cf top=__hfloat16__negate system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 685 | a26f679a44cd4443b185d67f35b2ea8927b6a7f99a2812218fdfcca6492098fa |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-65 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/50/42/504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527626830086013-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__negate -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": "b1fbdb50f5a794162dcbe5cc9282d320a4b7924da2b36f41370b45fa0f5ecf75",
"ir_top": "__hfloat16__negate",
"semantic_cache_hit": {
"from_action_id": "96bc08366355da2292e4645175a3a5c11c15496e83e7d90283b952001d6a3b15",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3",
"top_fn_name": "__hfloat16__negate",
"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"
}
}