This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc with a cpu contain multiple risc units sharing the same register file.
- From: mike at csdn dot sign dot idv dot tw
- To: gcc at gcc dot gnu dot org
- Date: Tue, 27 Apr 2004 05:19:27 +0800
- Subject: gcc with a cpu contain multiple risc units sharing the same register file.
Hello,
I am porting gcc to a target cpu containing multiple risc units
sharing the same register file.
I have read the gcc DFA manual, but I still cannot figure out how the
describe the pipeline.
Can I use DFA to describe this target cpu?
Thanks.
Mike