mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
cxxrtl: include iostream when prints are used
This commit is contained in:
committed by
Marcelina Kościelnicka
parent
cbd3ff2d3a
commit
4a475fa7a2
@@ -1,4 +1,3 @@
|
||||
#include <iostream>
|
||||
#include "yosys-always_comb.cc"
|
||||
|
||||
int main()
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#include <iostream>
|
||||
#include "yosys-always_full.cc"
|
||||
|
||||
int main()
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
#include <iostream>
|
||||
#include "yosys-display_lm.cc"
|
||||
|
||||
int main()
|
||||
{
|
||||
cxxrtl_design::p_top uut;
|
||||
|
||||
uut.step();
|
||||
return 0;
|
||||
uut.step();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user