Action 2821ac6a7c528da9d1aacac066a45ac552f1fa7673dcca9f267553155e0cac9d
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::from_float32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/4a/50/4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
fcd5ad717058281713dd9f4f88a8023caf191098ed05214928afea9b47aa19c9 | done | driver_ir_equiv | lhs=4a500e21eddc rhs=2821ac6a7c52 top=__hfloat16__from_float32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
5b6aea763483e6373cc4fa429db0678c2e2cd28cc181ed5afb2ff4d3ba674d11 | done | driver_ir_to_delay_info | ir=2821ac6a7c52 top=__hfloat16__from_float32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6cf2a07fccc90a177af49ff968a4fb9cda29bb1b2cf346faf342a10ab4cead9b | done | driver_ir_to_g8r_aig | ir=2821ac6a7c52 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
3df2ebcf84881153fb841c74796574f46582e87777b608213f376e6e8e6007a3 | done | driver_ir_to_g8r_aig | ir=2821ac6a7c52 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
faf52cb1e852b3ad1e96eac0a575e9b5f87fc4e10ad9e106058d09e02801fc44 | done | ir_fn_to_combinational_verilog | ir=2821ac6a7c52 top=__hfloat16__from_float32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 17947 | 760ebf90d6efc0cb6de0a11cb11733864c54aaa588ea3c84c8b89c6d65bcaee3 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-14959 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/4a/50/4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556329402445082-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__from_float32 -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-2821ac6a7c528da9-3016926-14993 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/4a/50/4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/2821ac6a7c528da9d1aacac066a45ac552f1fa7673dcca9f267553155e0cac9d-3016926-1771556329380550901/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__from_float32 -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": "6f9ad4285bc4b9bc8ee0996b75c96127ca7cdd5ffbc2935caa151981a3f1e797",
"ir_top": "__hfloat16__from_float32",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77",
"top_fn_name": "__hfloat16__from_float32",
"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"
}
}