google / google/xls

[DSLX] Feature: Proc network evaluator that uses `ProcRuntime` interface

Open
#1,077 0 comments 0 reactions 0 assignees View on GitHub
dslx enhancement simulator
Dominant language
C++
Stars
1.9k
Forks
283
Avg merge
2d 10h
Merged PRs (30d)
135

Description

DSLX doesn't have a common object to handle simulation.
https://github.com/google/xls/blob/44b271abe4d1f310ed08ebacaa6198d9e6ee2393/xls/dslx/run_routines.cc#L75-L127
defines process evaluation loop, but it is only available when running `#[test_proc]`.

It would be useful to have an object that uses the same `ProcRuntime` interface as IR presses do.
I think it would make XLS API more robust, as it would unify IR and DSLX simulation API.
It would make swapping between IR/DSLX frontends seamless.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.