mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-12 06:15:32 -04:00
adds 74190 to the IC library, closes #540
This commit is contained in:
parent
9ff585c878
commit
d9de063658
@ -13,6 +13,7 @@ HEAD, planned as v0.26
|
|||||||
click on the start button again.
|
click on the start button again.
|
||||||
- If IEEE shapes are selected in the settings, also the CircuitBuilder
|
- If IEEE shapes are selected in the settings, also the CircuitBuilder
|
||||||
uses wide shapes in the created circuits.
|
uses wide shapes in the created circuits.
|
||||||
|
- Added IC 74190 to the Library.
|
||||||
|
|
||||||
v0.25, released on 10. Aug. 2020
|
v0.25, released on 10. Aug. 2020
|
||||||
- Color schemes have been added to support color-blind users.
|
- Color schemes have been added to support color-blind users.
|
||||||
|
1809
src/main/dig/lib/DIL Chips/74xx/counter/74190.dig
Normal file
1809
src/main/dig/lib/DIL Chips/74xx/counter/74190.dig
Normal file
File diff suppressed because it is too large
Load Diff
@ -33,8 +33,8 @@ public class TestExamples extends TestCase {
|
|||||||
*/
|
*/
|
||||||
public void testDistExamples() throws Exception {
|
public void testDistExamples() throws Exception {
|
||||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||||
assertEquals(301, new FileScanner(this::check).scan(examples));
|
assertEquals(302, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(196, testCasesInFiles);
|
assertEquals(198, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user