aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rpc
Commit message (Collapse)AuthorAgeFilesLines
* rpc test: make frontend listen before launching yosys & introduce safeguard ↵N. Engelhardt2020-03-061-1/+2
| | | | if yosys errors
* make rpc frontend unix socket test less fragileN. Engelhardt2020-02-133-7/+7
|
* rpc: new frontend.whitequark2019-09-306-0/+152
A new pass, connect_rpc, allows any HDL frontend that can read/write JSON from/to stdin/stdout or an unix socket or a named pipe to participate in elaboration as a first class citizen, such that any other HDL supported by Yosys directly or indirectly can transparently instantiate modules handled by this frontend. Recognizing that many HDL frontends emit Verilog, it allows the RPC frontend to direct Yosys to process the result of instantiation via any built-in Yosys frontend. The resulting RTLIL is then hygienically integrated into the overall design.