This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a36728b2f
yosys
/
frontends
/
rpc
/
Makefile.inc
4 lines
66 B
PHP
Raw
Normal View
History
Unescape
Escape
Fix compilation for emcc
2020-03-11 15:08:02 +01:00
ifneq
(
$
(
CONFIG
),
emcc
)
rpc: new frontend. 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.
2019-09-26 05:57:16 +02:00
OBJS
+=
frontends
/
rpc
/
rpc_frontend
.
o
Fix compilation for emcc
2020-03-11 15:08:02 +01:00
endif