Action ee001a018366407c9e18409da1833398cb0d7ebef2b53b274ed12a70eb160013
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | b58afb6ffba7130d7034f3b816d49335959a6b3da6d59d0a6f35143ff02e26e9 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::from_uint32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
b58afb6ffba7130d7034f3b816d49335959a6b3da6d59d0a6f35143ff02e26e9 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/b5/8a/b58afb6ffba7130d7034f3b816d49335959a6b3da6d59d0a6f35143ff02e26e9/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
0dab8fd3e45c3c160b7697df9cad784817483f60e9b9d8be84fbe6c4c49e1eb5 | done | driver_ir_equiv | lhs=b58afb6ffba7 rhs=ee001a018366 top=__float32__from_uint32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
26b4752d85ac2f60003f1e05da729c97a73a0846312a89f9178aeb3eaa85f23f | done | driver_ir_to_delay_info | ir=ee001a018366 top=__float32__from_uint32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
244e2a42cab7d84309d49c50da3576b7c11a6bc56d295b14207ef4f53b147d16 | done | driver_ir_to_g8r_aig | ir=ee001a018366 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
c50daf82147083ae302c7977a1b5f7bba889b343b71b820556db7a3c0f8a2c0b | done | driver_ir_to_g8r_aig | ir=ee001a018366 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
9706db2783c48e784f4d5cf790021165d61829a3e5bc91f4b5607e8d595a8765 | done | ir_fn_to_combinational_verilog | ir=ee001a018366 top=__float32__from_uint32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 4377 | 7ea6d553147affea2d16af65e3b49be7d4aea0ca4a7e277d619aeed800946e02 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1244 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b5/8a/b58afb6ffba7130d7034f3b816d49335959a6b3da6d59d0a6f35143ff02e26e9/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528333559654035-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__from_uint32 -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": "fc03bbc601854f07eaf5a7ef2acd58c80d5f2632dc1021fb6c0586b2f25b86f6",
"ir_top": "__float32__from_uint32",
"semantic_cache_hit": {
"from_action_id": "3f76358d979472a650408c0e32bfa69792e48706811760be3d5c2864f23cf952",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "b58afb6ffba7130d7034f3b816d49335959a6b3da6d59d0a6f35143ff02e26e9",
"top_fn_name": "__float32__from_uint32",
"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"
}
}