Skip to content

Commit f0baaa4

Browse files
committed
Redact solution files, to move to an off-repo integration test. (#186)
Redact solution files, to move to an off-repo integration test. Retains solutions to unit test simulator code.
1 parent 0fc0001 commit f0baaa4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+91
-886
lines changed

projects/src/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function loadSamples(fs: FileSystem) {
99
}
1010

1111
export async function loadSolutions(fs: FileSystem) {
12-
(await import("./solutions/index.js")).loadSolutions(fs);
12+
(await import("./testing/index.js")).loadSolutions(fs);
1313
}
1414

1515
export const loaders = {

projects/src/project_03/05_ram64.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const hdl = `/**
88
CHIP RAM64 {
99
IN in[16], load, address[6];
1010
OUT out[16];
11+
12+
PARTS:
1113
}`;
1214
export const tst = `output-list time%S1.4.1 in%D1.6.1 load%B2.1.2 address%D2.3.2 out%D1.6.1;
1315

projects/src/solutions/project_01/01_not.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

projects/src/solutions/project_01/03_or.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

projects/src/solutions/project_01/04_xor.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

projects/src/solutions/project_01/05_mux.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

projects/src/solutions/project_01/06_dmux.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

projects/src/solutions/project_01/07_not16.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

projects/src/solutions/project_01/09_or16.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

projects/src/solutions/project_01/10_mux16.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)