53 std::ostream& warningStream,
54 std::ostream& errorStream,
58 outputDir, programName, targetClockFreq, warningStream,
59 errorStream, imem, dmemType),
61 deviceFamily_(DEFAULT_DEVICE_FAMILY_) {
76 <<
"Integrator name: AvalonIntegrator" << endl
77 <<
"---------------------------------" << endl
78 <<
"Creates a SOPC Builder component from TTA core." << endl
79 <<
"Processor must have avalon_lsu or avalon_sfu (from avalon.hdb) "
80 <<
"for correct behaviour." << endl
81 <<
"Supported instruction memory types are 'onchip' and 'vhdl_array."
83 <<
"If 'normal' lsu is used, supported data memory type is 'onchip'."
85 <<
"If avalon_lsu is used, data memory type must be 'none'." << endl
86 <<
"FPGA device family can be changed. Default device family is "