Action 14b5a5d65e3ad5c34974517f2a17369df5ff185c4164678170645928ef058cd5
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e7d47a41c83a35ae4a5a1ae920ba71a25d3f666149498272a45f9ccddef3960b | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::bias | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
e7d47a41c83a35ae4a5a1ae920ba71a25d3f666149498272a45f9ccddef3960b | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e7/d4/e7d47a41c83a35ae4a5a1ae920ba71a25d3f666149498272a45f9ccddef3960b/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
6bd2456ddf6e8ae3b8600e62d97fe4888c440c3e6dd07276cb50609b0d47496f | done | driver_ir_equiv | lhs=e7d47a41c83a rhs=14b5a5d65e3a top=__float32__bias | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
7b94cd33e6da23eff414f2e05d23dc4aef4712e3793de30f2306e4ea514ad25c | done | driver_ir_to_delay_info | ir=14b5a5d65e3a top=__float32__bias model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9a102e4a31aadb712bc447f5b814f47f8be5c74517abe77e86a50b2e61a91b8f | done | driver_ir_to_g8r_aig | ir=14b5a5d65e3a top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
c12f54713f709bc1001e3f224ae3085ed3a20e8c1579d40a412674d6eae9e416 | done | driver_ir_to_g8r_aig | ir=14b5a5d65e3a top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
cce2bba4eeb8d1c2f226bf787e49ac5ee70ea9ef4ac4734e1601a6b9396670af | done | ir_fn_to_combinational_verilog | ir=14b5a5d65e3a top=__float32__bias system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 428 | d025f5e770921ded47537c130e1db1de67075edd524312b039ccd6e98c9d8ec7 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1108 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e7/d4/e7d47a41c83a35ae4a5a1ae920ba71a25d3f666149498272a45f9ccddef3960b/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528284075394813-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__bias -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": "5ae541ef9a8095652e82c9beef5a79921bd726aec3d8b3158e7cc96922c9ace2",
"ir_top": "__float32__bias",
"semantic_cache_hit": {
"from_action_id": "0bc2124ab8bcd1f2b44a6c22e21fcaa26f5c3360d56acca891fb0f25286ccb22",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e7d47a41c83a35ae4a5a1ae920ba71a25d3f666149498272a45f9ccddef3960b",
"top_fn_name": "__float32__bias",
"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"
}
}