This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
470df03f3d
yosys
/
backends
/
cxxrtl
/
Makefile.inc
3 lines
42 B
PHP
Raw
Normal View
History
Unescape
Escape
write_cxxrtl: new backend. This commit adds a basic implementation that isn't very performant but implements most of the planned features.
2019-11-30 19:51:16 -06:00
cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc. To avoid confusion with the C++ source files that are a part of the simulation itself and not a part of Yosys build.
2020-06-06 22:48:40 -05:00
OBJS
+=
backends
/
cxxrtl
/
cxxrtl_backend
.
o