Action 4f8719dd78a4f5552caec70cfeb9a296ac843babbf3d3c727ec14a6e81c90f37
Summary
crate:v0.3.0dso:v0.0.230driver:crate:v0.3.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 0f8c80e6cc020397559d2fbd650fc866b3c9325c40b2ade28eb002e16d826124 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/acm_random.x::rng_next | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
0f8c80e6cc020397559d2fbd650fc866b3c9325c40b2ade28eb002e16d826124 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/0f/8c/0f8c80e6cc020397559d2fbd650fc866b3c9325c40b2ade28eb002e16d826124/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
8ae2ca0448d3df1d923d49470fc395dfa071609143055d3e64b8f8a6afacb931 | done | driver_ir_equiv | lhs=0f8c80e6cc02 rhs=4f8719dd78a4 top=__acm_random__rng_next | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
0478acb559b0115fb1f6afe8b0acd279c2bd005ae59a470c05d29c45b32342f2 | done | driver_ir_to_delay_info | ir=4f8719dd78a4 top=__acm_random__rng_next model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
5c41ac35a9c57bd0957c68585144854d48be2e1e8869c0249eaf5e85a63941d2 | done | driver_ir_to_g8r_aig | ir=4f8719dd78a4 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ebd22714a754664ebfa6f9f89f88b034fd4ab960975ba137a2666676b8b83a8a | done | driver_ir_to_g8r_aig | ir=4f8719dd78a4 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
da9566585a807c71d22bbba4ab96ce6617c4cb2e5fbe9a4a02d2a37fc0286d54 | done | ir_fn_to_combinational_verilog | ir=4f8719dd78a4 top=__acm_random__rng_next system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1127 | 624ee42ae9e85574441c54db44c31408efa35fc49797ce5f053d0fd95dde84c0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-4f8719dd78a4f555-1374217-190 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0f/8c/0f8c80e6cc020397559d2fbd650fc866b3c9325c40b2ade28eb002e16d826124/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/4f8719dd78a4f5552caec70cfeb9a296ac843babbf3d3c727ec14a6e81c90f37-1374217-1771537063205114204/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__acm_random__rng_next -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.0.230 xlsynth-bvc-driver:0.3.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 ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
|
Details JSON
{
"crate_version_label": "crate:v0.3.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.3.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.3.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.0.230",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
"ir_top": "__acm_random__rng_next",
"xlsynth_version": "v0.0.230"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "0f8c80e6cc020397559d2fbd650fc866b3c9325c40b2ade28eb002e16d826124",
"top_fn_name": "__acm_random__rng_next",
"version": "v0.0.230",
"runtime": {
"driver_version": "0.3.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.3.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}