Add initial P6 timing model. Currently only basic decoder limits
(4-1-1 rule and 16-byte limit) have been implemented.
This commit is contained in:
parent
cf33ab6c39
commit
21dbd868e1
3 changed files with 2087 additions and 1 deletions
|
|
@ -375,6 +375,7 @@ extern codegen_timing_t codegen_timing_486;
|
|||
extern codegen_timing_t codegen_timing_winchip;
|
||||
extern codegen_timing_t codegen_timing_winchip2;
|
||||
extern codegen_timing_t codegen_timing_k6;
|
||||
extern codegen_timing_t codegen_timing_p6;
|
||||
|
||||
void codegen_timing_set(codegen_timing_t *timing);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue