Action 0fecb51a9f0cdc3a8f8738c242146cb87cceef1f09ea18a081abaf347144911e
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::fma | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/48/f4/48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8efc32a8825028c5e7bb7bbd9ca914229864291aa75d6cfff83829775ca1c348 | not queued | driver_ir_equiv | lhs=48f4953cb9de rhs=0fecb51a9f0c top=__hfloat16__fma | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
96595d7b8513426794167881d1222a1f4ff16ede02a837d25e658b2c2169b2ae | done | driver_ir_to_delay_info | ir=0fecb51a9f0c top=__hfloat16__fma model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
c4f4286b3fc9441f16e9d8cf6b8e0d3e4540a9ba2f32fcc0671b19a06f18e122 | done | driver_ir_to_g8r_aig | ir=0fecb51a9f0c top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
f483fb78df46ba422e7b60d436d90bc0429097465ab90a0ceba1f9453c08e2e4 | done | driver_ir_to_g8r_aig | ir=0fecb51a9f0c top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
3a281ba061fb918c890ca7c268011d630d2c8445f8744bcb2385aca4100c23bb | done | ir_fn_to_combinational_verilog | ir=0fecb51a9f0c top=__hfloat16__fma system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 25808 | 78120fcbf0810556bd351b479d7a19e8bc75cf3e5efdfe7afc3d880822a53903 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-14952 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/48/f4/48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556326907369497-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__fma -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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
|
| 2 | 0 | docker run --name xlsynth-bvc-run-0fecb51a9f0cdc3a-3016926-14984 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/48/f4/48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/0fecb51a9f0cdc3a8f8738c242146cb87cceef1f09ea18a081abaf347144911e-3016926-1771556326884601197/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__fma -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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 ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
|
Details JSON
{
"crate_version_label": "crate:v0.29.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.29.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "ffa8fd5e31259d61b6c1c96ee206ce633d17092b2b0aea3f59a483d6ad4fc7fd",
"ir_top": "__hfloat16__fma",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414",
"top_fn_name": "__hfloat16__fma",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.29.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}