1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-05 21:32:55 +00:00

Introduce Addams Family test case.

This commit is contained in:
Thomas Harte 2022-08-06 21:47:36 -04:00
parent 668332f6c7
commit 85f75ab1f3
2 changed files with 62283 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -260,6 +260,10 @@ struct Chipset {
[self testCase:@"inclusive fills"];
}
- (void)testAddamsFamilyIntro {
[self testCase:@"Addams Family Intro"];
}
- (void)testSequencer {
// These patterns are faithfully transcribed from the HRM's
// 'Pipeline Register' section, as captured online at