diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-02-02 18:58:23 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-02-02 18:58:23 -0800 |
commit | 19cc1449609ccd694176d80dff79b92d1402ed14 (patch) | |
tree | 89bfaec4cea08d50fcd07e8eeacbf3d7c549b683 /cpu/full_cpu | |
parent | 9bfd18a1556e699e1fefe7e37f1e57617aafd78a (diff) | |
download | gem5-19cc1449609ccd694176d80dff79b92d1402ed14.tar.xz |
Get rid of LVQ-port function unit... only used for redundant
multithreading, which has been gone for a long time.
--HG--
extra : convert_revision : 717d13455483c3adc7b7cbbcc5f7493d51867974
Diffstat (limited to 'cpu/full_cpu')
-rw-r--r-- | cpu/full_cpu/op_class.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/full_cpu/op_class.hh b/cpu/full_cpu/op_class.hh index 67ccaabad..dbaa6624a 100644 --- a/cpu/full_cpu/op_class.hh +++ b/cpu/full_cpu/op_class.hh @@ -51,7 +51,6 @@ enum OpClass { FloatSQRT, /* floating point square root */ RdPort, /* memory read port */ WrPort, /* memory write port */ - LvqPort, /* load value queue read port (redundant threading) */ IPrefPort, Num_OpClasses /* total functional unit classes */ }; |