Action 4a44a1413107c08b40cd6ff0338fdef1be69792673523b7a58dc957ed9f74874
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 74eb387c43f5aefe4e369d4a440f5e894cbbd687de4c2887a730200bd00cf695 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::lte_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
74eb387c43f5aefe4e369d4a440f5e894cbbd687de4c2887a730200bd00cf695 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/74/eb/74eb387c43f5aefe4e369d4a440f5e894cbbd687de4c2887a730200bd00cf695/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b9269125a3ec6ea5480ab07ce8889529044304f2c22be537e58e1743a1e556dd | done | driver_ir_equiv | lhs=74eb387c43f5 rhs=4a44a1413107 top=__hfloat16__lte_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
8220716e7cd166ab6bc5a020f89d3342d11f1c3e7da520e28f30059c0cea7cdd | done | driver_ir_to_delay_info | ir=4a44a1413107 top=__hfloat16__lte_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
3b9d8c4e708631d8bba727134c06f37fba32f1b5817335d08acbc5facf85ca41 | done | driver_ir_to_g8r_aig | ir=4a44a1413107 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
7b3cc0a53f35a9832764abce8ea194c2ff1c017ead493c4cd307eb0b5e97d98f | done | driver_ir_to_g8r_aig | ir=4a44a1413107 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
27d4a39570f83c32b139eec35f957e84c1309cfd24af36c9b9babb1077cc1602 | done | ir_fn_to_combinational_verilog | ir=4a44a1413107 top=__hfloat16__lte_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6048 | b7a2930d6944ae88c5d365645bb06863d23856bafab0bdf57df309b03e101dde |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-15 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/74/eb/74eb387c43f5aefe4e369d4a440f5e894cbbd687de4c2887a730200bd00cf695/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527819331103832-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__lte_2 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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
|
Details JSON
{
"crate_version_label": "crate:v0.31.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.31.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "a0d904c8245b38b36427f2c7d997804306d4a9ee2db7cfbdd3eb4c30d3bbbe8c",
"ir_top": "__hfloat16__lte_2",
"semantic_cache_hit": {
"from_action_id": "1b0905257a1a0a89caa1f9524bfc523967f9dfc75e150221ef6bdcbf7756c0e4",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "74eb387c43f5aefe4e369d4a440f5e894cbbd687de4c2887a730200bd00cf695",
"top_fn_name": "__hfloat16__lte_2",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.31.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}