33 #ifndef TTA_GHDL_SIMULATOR_HH
34 #define TTA_GHDL_SIMULATOR_HH
44 std::vector<std::string> hdlFiles,
50 virtual bool compile(std::vector<std::string>& errors);
52 virtual bool simulate(std::vector<std::string>& errors);
55 bool importFile(std::string
file, std::vector<std::string>& errors);