Action 341bee5e5486fc59dee0fefbaf1c6b897895fdbacea915da8fb38c3a130ec37a
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | eae1364f04b4b1084e670c0944cc64ec0b7644b6ddbce3972dd6b27005a060f0 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::unflatten | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
eae1364f04b4b1084e670c0944cc64ec0b7644b6ddbce3972dd6b27005a060f0 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ea/e1/eae1364f04b4b1084e670c0944cc64ec0b7644b6ddbce3972dd6b27005a060f0/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
05422b767262c3b66ef76e02823fa2ac7fa8f254efab89d878da5fedd0b4f5bf | done | driver_ir_equiv | lhs=eae1364f04b4 rhs=341bee5e5486 top=__hfloat16__unflatten | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
93a28ee3671d56f58056a41e831a285628b527bf722009ee0e7d6119bae37138 | done | driver_ir_to_delay_info | ir=341bee5e5486 top=__hfloat16__unflatten model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
90259bcabd9e87ed51e7a2859f55248b94f5059f12f824891962d8910a3c6e09 | done | driver_ir_to_g8r_aig | ir=341bee5e5486 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
4de592d3c63dbfedbeeeaf7d9d72ef6450684da614d6d542c8b808aa49553454 | done | driver_ir_to_g8r_aig | ir=341bee5e5486 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
43a7b32fbeacc0277aaac6847e5ae66de69d2009588e0b7efbd251c6358eedf5 | done | ir_fn_to_combinational_verilog | ir=341bee5e5486 top=__hfloat16__unflatten system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 611 | f5f464a3d7c4f5657f31901c377014526639c27f2123406ab1085524ecdab53c |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1190 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ea/e1/eae1364f04b4b1084e670c0944cc64ec0b7644b6ddbce3972dd6b27005a060f0/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528313543983716-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__unflatten -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": "3a14d40cade009611600ab4f9937085c0314babf8a1ac13b9398bed116671a1d",
"ir_top": "__hfloat16__unflatten",
"semantic_cache_hit": {
"from_action_id": "cdfc0ecc46134587e81ad57fed0fbf37aa9477892c32047085eb04416dd69335",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "eae1364f04b4b1084e670c0944cc64ec0b7644b6ddbce3972dd6b27005a060f0",
"top_fn_name": "__hfloat16__unflatten",
"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"
}
}