mirror of https://github.com/YosysHQ/yosys.git
11 lines
125 B
C++
11 lines
125 B
C++
|
#include <iostream>
|
||
|
#include "yosys-display_lm.cc"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
cxxrtl_design::p_top uut;
|
||
|
|
||
|
uut.step();
|
||
|
return 0;
|
||
|
}
|