Action b14fa58fe9ee043be568d1ae3090d817e660a1fbac95ae23aa8392a9d3740c34
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | eccab5decc3ff61627beaaabecbd36e1950cbaa831b0b3b8741a7585e024643f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::qnan | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
eccab5decc3ff61627beaaabecbd36e1950cbaa831b0b3b8741a7585e024643f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ec/ca/eccab5decc3ff61627beaaabecbd36e1950cbaa831b0b3b8741a7585e024643f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b52d96129335e273b7eebf18f058868331fad2dc8c53df46d4bbf8aa5b8c7c07 | done | driver_ir_equiv | lhs=eccab5decc3f rhs=b14fa58fe9ee top=__hfloat16__qnan | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
443b685ae6cea62844572db24ed07c87f1fe87c4210d2e2367b281ff5c680703 | done | driver_ir_to_delay_info | ir=b14fa58fe9ee top=__hfloat16__qnan model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a424ed99d93904f9f1091401e8ae2ef03383c9a39d2ef70a15caa5e4270fd4be | done | driver_ir_to_g8r_aig | ir=b14fa58fe9ee top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
8e2c1237e24acc94381d4bd852055bee3ff9c83cb69e20745502234d0cdb7dac | done | driver_ir_to_g8r_aig | ir=b14fa58fe9ee top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
0153fab17977ee7dfe63e6144249eb56223f1dc7a11996b63224014e2e829921 | done | ir_fn_to_combinational_verilog | ir=b14fa58fe9ee top=__hfloat16__qnan system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 354 | ee8813128c62291b3c8c3e1e21c31b5579d7c8274d13b961a78a2ead3efad644 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1227 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ec/ca/eccab5decc3ff61627beaaabecbd36e1950cbaa831b0b3b8741a7585e024643f/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528326536337599-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__qnan -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": "d68b0d8ed1c99f73e4166c11629c3654a95249e11e88a9a10c7ca4d5522c5a5f",
"ir_top": "__hfloat16__qnan",
"semantic_cache_hit": {
"from_action_id": "2717ab428be04e1e94af91dfacd637970057401f9bdd29a55c452ce0c1510ac4",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "eccab5decc3ff61627beaaabecbd36e1950cbaa831b0b3b8741a7585e024643f",
"top_fn_name": "__hfloat16__qnan",
"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"
}
}