Action bfcbbb40fbcbc4633560c4cb592adf73aae3299d2ee702852b9ce4c3932706c9
Summary
crate:v0.20.0dso:v0.23.0driver:crate:v0.20.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | bb85bda8d8e00f67eaac663084843384a619867e1be9839e751af87df330071f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::to_uint16 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
bb85bda8d8e00f67eaac663084843384a619867e1be9839e751af87df330071f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/bb/85/bb85bda8d8e00f67eaac663084843384a619867e1be9839e751af87df330071f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
abd6e7976c741b3629eec5d48d2a053bebd878880ea9b4f3aa8e64d7354df4cb | done | driver_ir_equiv | lhs=bb85bda8d8e0 rhs=bfcbbb40fbcb top=__hfloat16__to_uint16 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
fe2401759cf8f72e86b41595466a76bf2557c6afd847582dbd1d2173a2b74834 | done | driver_ir_to_delay_info | ir=bfcbbb40fbcb top=__hfloat16__to_uint16 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6df58ec96576206f070d59fa400540a1a61a61b377f6daafd91febc0b5586ad0 | done | driver_ir_to_g8r_aig | ir=bfcbbb40fbcb top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
89a07b5dd4b23f49bf8fbadf3be1a4c1320cc7ca543ed5657788d944b8290fb3 | done | driver_ir_to_g8r_aig | ir=bfcbbb40fbcb top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
30f4b2f892896c716e3706c6ed3a39f4d45751294d0476010b82337e57db7d97 | done | ir_fn_to_combinational_verilog | ir=bfcbbb40fbcb top=__hfloat16__to_uint16 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 5213 | 332f9f6bf762df1b2c4a0dac7396fbfe4fe2ee0b025d3f66ba0ddf943bf4fcbb |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-bfcbbb40fbcbc463-1374217-6827 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/bb/85/bb85bda8d8e00f67eaac663084843384a619867e1be9839e751af87df330071f/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/bfcbbb40fbcbc4633560c4cb592adf73aae3299d2ee702852b9ce4c3932706c9-1374217-1771541455723182755/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__to_uint16 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.23.0 xlsynth-bvc-driver:0.20.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.20.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.20.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.23.0",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
"ir_top": "__hfloat16__to_uint16",
"xlsynth_version": "v0.23.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "bb85bda8d8e00f67eaac663084843384a619867e1be9839e751af87df330071f",
"top_fn_name": "__hfloat16__to_uint16",
"version": "v0.23.0",
"runtime": {
"driver_version": "0.20.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}