mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
fmt: rudimentary %m support (= %l)
This commit is contained in:
committed by
Marcelina Kościelnicka
parent
c382d7d3ac
commit
75b44f21d1
@@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
#include "yosys-display_lm.cc"
|
||||
|
||||
int main()
|
||||
{
|
||||
cxxrtl_design::p_top uut;
|
||||
|
||||
uut.step();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user