Action b074a2f0b1514eb05368ba72c67bbdfc085a57e62cf449af24be852196d61c28
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | fa0241e10bdf530c52c9283467df8a1f95fda0df6e9e829dfa0c0a1e89f1b98f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::is_negative | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
fa0241e10bdf530c52c9283467df8a1f95fda0df6e9e829dfa0c0a1e89f1b98f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/fa/02/fa0241e10bdf530c52c9283467df8a1f95fda0df6e9e829dfa0c0a1e89f1b98f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4162fe82646d3110f0f472936a5e2186780a767e8e0025b09a017761b2675178 | done | driver_ir_equiv | lhs=fa0241e10bdf rhs=b074a2f0b151 top=__fixed_point__is_negative | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
12b77e166f730e371e2e8b2d33146c1804b50d80430c917031b7105a67e07b71 | done | driver_ir_to_delay_info | ir=b074a2f0b151 top=__fixed_point__is_negative model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
c3d47368f58a5ed4e1d12b0b45fa0c1e1c8ccca4d9f83ccee42e53034d9d35b1 | done | driver_ir_to_g8r_aig | ir=b074a2f0b151 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
9230e59f32ed6d798518e1e076c86694f9085949d123c703a23eafae7f395a99 | done | driver_ir_to_g8r_aig | ir=b074a2f0b151 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
357bb63941b34435fd5b41bd7b4848974207df27d9a875b2db1d93b5ec2ac7cd | done | ir_fn_to_combinational_verilog | ir=b074a2f0b151 top=__fixed_point__is_negative system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 408 | 167e57248570afb2a8ba595cc03c3deb8616f2ffde9efcf00a8eea0678c73c8a |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1465 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/fa/02/fa0241e10bdf530c52c9283467df8a1f95fda0df6e9e829dfa0c0a1e89f1b98f/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528419249489712-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__is_negative -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": "79c625c709da81d1d0a952498f981e38fb76de0ea5f84fe894ffe4e05c815ed0",
"ir_top": "__fixed_point__is_negative",
"semantic_cache_hit": {
"from_action_id": "ec416e0f376300ab65e15e0000c6c6eed83a28c44a2c4cfb6a78f9aa05652ad0",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "fa0241e10bdf530c52c9283467df8a1f95fda0df6e9e829dfa0c0a1e89f1b98f",
"top_fn_name": "__fixed_point__is_negative",
"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"
}
}