Action 377463a96be00a6b6fa10298bd9d9c1e04e413d69e204f11dd3b2412479b73e3
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 5798e49e216c30cbda77f94e2218fb9513c923c079cc2c522fbfb4893f6f3ec4 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::has_negative_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
5798e49e216c30cbda77f94e2218fb9513c923c079cc2c522fbfb4893f6f3ec4 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/57/98/5798e49e216c30cbda77f94e2218fb9513c923c079cc2c522fbfb4893f6f3ec4/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
fca272e12fc9a5a610ad9a934d59ae99d61610bf4ef9a61382d5dcd176d3745b | done | driver_ir_equiv | lhs=5798e49e216c rhs=377463a96be0 top=__float64__has_negative_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b135fcc98199f29619986378767ee973aa14998637712968ddec09eeb04262bc | done | driver_ir_to_delay_info | ir=377463a96be0 top=__float64__has_negative_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
e3deaae6c0b8d6cde1bfcdf68bff03d7d8075b371f22277f4148c5fbfefe56a4 | done | driver_ir_to_g8r_aig | ir=377463a96be0 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
706b044171a6ab57949151141e0d8927a729d8e0a9f121b43c6fcd2fd351d45d | done | driver_ir_to_g8r_aig | ir=377463a96be0 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
07b23a89d8d8d736a9cd5aa94039a4749b29041eaa41488a74b11ad5c574f114 | done | ir_fn_to_combinational_verilog | ir=377463a96be0 top=__float64__has_negative_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 759 | a1b450e2175df8b18ad55ce4cb1411c2ed784b16d5f454c36e6537bfc3266a9d |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-286837-2 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/57/98/5798e49e216c30cbda77f94e2218fb9513c923c079cc2c522fbfb4893f6f3ec4/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-286837-1771527744847727497-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__has_negative_exponent -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": "097212cf4cfb7bff2fdb6890cc042f2187bb88b3d449053014ba5b56cd748d2f",
"ir_top": "__float64__has_negative_exponent",
"semantic_cache_hit": {
"from_action_id": "5942049a55922b2c7dd30cd79bb1e655b7bec0f3b93d9c8c94bfe7f37b940229",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "5798e49e216c30cbda77f94e2218fb9513c923c079cc2c522fbfb4893f6f3ec4",
"top_fn_name": "__float64__has_negative_exponent",
"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"
}
}