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
ec66122ad1
yosys
/
tests
/
fmt
/
display_lm_tb.cc
10 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
fmt: rudimentary %m support (= %l)
2023-06-27 20:51:21 -05:00
#
include
"yosys-display_lm.cc"
int
main
(
)
{
cxxrtl_design
:
:
p_top
uut
;
cxxrtl: include iostream when prints are used
2023-04-19 04:54:09 -05:00
uut
.
step
(
)
;
return
0
;
fmt: rudimentary %m support (= %l)
2023-06-27 20:51:21 -05:00
}