Action 1d5ad688d7e9501e2ef66b94de96c1f7c1023445c51a6e82ee2042a807f20199
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 52fc288bed94ce06bbe5687bb768553f6dbbd4ea28358579a040aaa26e8a007c | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::max_normal_exp | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
52fc288bed94ce06bbe5687bb768553f6dbbd4ea28358579a040aaa26e8a007c | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/52/fc/52fc288bed94ce06bbe5687bb768553f6dbbd4ea28358579a040aaa26e8a007c/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
c43a2be3739fc63db8d4a588c11266a9e448bacddcbe732e05bd0c545ebd2e5d | done | driver_ir_equiv | lhs=52fc288bed94 rhs=1d5ad688d7e9 top=__hfloat16__max_normal_exp | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
45630a2d941eb2c82fc6b175cf93590468fb3dfd875aea4779964f5e4b4c7f84 | done | driver_ir_to_delay_info | ir=1d5ad688d7e9 top=__hfloat16__max_normal_exp model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
ced054c90d88bd137ccd97078193e6700ac4cb6a072dc70ee0a1440c8f7210ab | done | driver_ir_to_g8r_aig | ir=1d5ad688d7e9 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
3b552612310b86c722b1a33dcddc96ad6f2881c9b9a78c62580a3bdb2a347e8d | done | driver_ir_to_g8r_aig | ir=1d5ad688d7e9 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
862daa87338d8ecb7cc03160c4d0611d1170f8206d31ef45d0ae98cbf0b40c22 | done | ir_fn_to_combinational_verilog | ir=1d5ad688d7e9 top=__hfloat16__max_normal_exp system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 258 | 4564139be3924dba237354c9f13d63989570f6ffddedf22c3788fdb88c47fc64 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-15084 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/52/fc/52fc288bed94ce06bbe5687bb768553f6dbbd4ea28358579a040aaa26e8a007c/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556365243341573-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__max_normal_exp -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-1d5ad688d7e9501e-3016926-15114 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/52/fc/52fc288bed94ce06bbe5687bb768553f6dbbd4ea28358579a040aaa26e8a007c/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/1d5ad688d7e9501e2ef66b94de96c1f7c1023445c51a6e82ee2042a807f20199-3016926-1771556365225247638/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__max_normal_exp -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": "5073584001309c45fc7d89f187cb34b1c1bcef8c7bf136edad0110c87e9bdd27",
"ir_top": "__hfloat16__max_normal_exp",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "52fc288bed94ce06bbe5687bb768553f6dbbd4ea28358579a040aaa26e8a007c",
"top_fn_name": "__hfloat16__max_normal_exp",
"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"
}
}