Action 1d45c8fd91fc0d6810b65767a4824b32378997384305e2518614c984685c1c5e
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::to_int16 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/2e/b0/2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8bb575fa43bb18f4f7354964400876dfa4016f3bffcc3ab2ec15ab15a9f7a871 | done | driver_ir_equiv | lhs=2eb0a33e10a3 rhs=1d45c8fd91fc top=__bfloat16__to_int16 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
aed2a0d9e16068c02876ef5305943f74ab4d05d439c94e27ec3f3510fa0e81e2 | done | driver_ir_to_delay_info | ir=1d45c8fd91fc top=__bfloat16__to_int16 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
e09f5ef82faa33798f20bdc388d27dc18f1e5790986ba9a7233359149b1d9668 | done | driver_ir_to_g8r_aig | ir=1d45c8fd91fc top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
2552f31c4033c3eabd9bc8daad84889cc5dc9d1dd7c4526ac00988cb4b1ebbd6 | done | driver_ir_to_g8r_aig | ir=1d45c8fd91fc top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
a99df90b954329500fd33ff3c0921452925fb3eb49a7b1bc1e19f553e9abb7fa | done | ir_fn_to_combinational_verilog | ir=1d45c8fd91fc top=__bfloat16__to_int16 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5336 | 39cc6746477227c8998fa5199eeaab7ae66cbd377c6555ce3747c5368d9eca80 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-14803 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2e/b0/2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556288086613443-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__to_int16 -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-1d45c8fd91fc0d68-3016926-14838 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2e/b0/2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/1d45c8fd91fc0d6810b65767a4824b32378997384305e2518614c984685c1c5e-3016926-1771556288058828699/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__to_int16 -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": "137cc50f527ee28e2b8784045e9953b3fd0a0a17ec1e51d49ee5c506df8b1050",
"ir_top": "__bfloat16__to_int16",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07",
"top_fn_name": "__bfloat16__to_int16",
"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"
}
}