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