This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to enable instruction scheduling?


Hi all,
I am working on a 16bit DSP which can issue two instructions in one cycle.

To know more about DFA scheduling in GCC, I decided to take a simple RISC (stormy16) port and modify that to have the above feature.

I studied DFA scheduling description from the existing target ports and written the behavioral description (DFA) for my new target. With this DFA description alone i am not getting the scheduled output. I am not getting debug dumps using -dS and -dR too.

Seems more actions required to get VLIW like bundeled instructions?

Please, help in this.

Thanks in advance,
Balaji Sivan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]