mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 01:14:42 -04:00
Fixed swapped IC numbers 7447 and 7448. Closes #290
This commit is contained in:
parent
0abbdd62fd
commit
4c32f417cd
@ -22,6 +22,7 @@ head, planned as v0.23
|
|||||||
74xx circuit example.
|
74xx circuit example.
|
||||||
- Fixed an issue in the "RAM, Chip select" component which was not fully
|
- Fixed an issue in the "RAM, Chip select" component which was not fully
|
||||||
asynchronous.
|
asynchronous.
|
||||||
|
- Fixed swapped IC numbers 7447 and 7448.
|
||||||
|
|
||||||
v0.22, released on 01. Apr 2019
|
v0.22, released on 01. Apr 2019
|
||||||
- Improved the RAM/ROM data loader. Now binary files and Intel HEX files are
|
- Improved the RAM/ROM data loader. Now binary files and Intel HEX files are
|
||||||
|
@ -8,11 +8,6 @@
|
|||||||
</entry>
|
</entry>
|
||||||
</attributes>
|
</attributes>
|
||||||
<visualElements>
|
<visualElements>
|
||||||
<visualElement>
|
|
||||||
<elementName>7447.dig</elementName>
|
|
||||||
<elementAttributes/>
|
|
||||||
<pos x="160" y="-480"/>
|
|
||||||
</visualElement>
|
|
||||||
<visualElement>
|
<visualElement>
|
||||||
<elementName>Seven-Seg</elementName>
|
<elementName>Seven-Seg</elementName>
|
||||||
<elementAttributes/>
|
<elementAttributes/>
|
||||||
@ -23,11 +18,6 @@
|
|||||||
<elementAttributes/>
|
<elementAttributes/>
|
||||||
<pos x="780" y="440"/>
|
<pos x="780" y="440"/>
|
||||||
</visualElement>
|
</visualElement>
|
||||||
<visualElement>
|
|
||||||
<elementName>7447.dig</elementName>
|
|
||||||
<elementAttributes/>
|
|
||||||
<pos x="160" y="-140"/>
|
|
||||||
</visualElement>
|
|
||||||
<visualElement>
|
<visualElement>
|
||||||
<elementName>Seven-Seg</elementName>
|
<elementName>Seven-Seg</elementName>
|
||||||
<elementAttributes/>
|
<elementAttributes/>
|
||||||
@ -38,11 +28,6 @@
|
|||||||
<elementAttributes/>
|
<elementAttributes/>
|
||||||
<pos x="640" y="440"/>
|
<pos x="640" y="440"/>
|
||||||
</visualElement>
|
</visualElement>
|
||||||
<visualElement>
|
|
||||||
<elementName>7447.dig</elementName>
|
|
||||||
<elementAttributes/>
|
|
||||||
<pos x="160" y="200"/>
|
|
||||||
</visualElement>
|
|
||||||
<visualElement>
|
<visualElement>
|
||||||
<elementName>Seven-Seg</elementName>
|
<elementName>Seven-Seg</elementName>
|
||||||
<elementAttributes/>
|
<elementAttributes/>
|
||||||
@ -201,6 +186,21 @@
|
|||||||
<elementAttributes/>
|
<elementAttributes/>
|
||||||
<pos x="-140" y="-180"/>
|
<pos x="-140" y="-180"/>
|
||||||
</visualElement>
|
</visualElement>
|
||||||
|
<visualElement>
|
||||||
|
<elementName>7448.dig</elementName>
|
||||||
|
<elementAttributes/>
|
||||||
|
<pos x="160" y="-480"/>
|
||||||
|
</visualElement>
|
||||||
|
<visualElement>
|
||||||
|
<elementName>7448.dig</elementName>
|
||||||
|
<elementAttributes/>
|
||||||
|
<pos x="160" y="-140"/>
|
||||||
|
</visualElement>
|
||||||
|
<visualElement>
|
||||||
|
<elementName>7448.dig</elementName>
|
||||||
|
<elementAttributes/>
|
||||||
|
<pos x="160" y="200"/>
|
||||||
|
</visualElement>
|
||||||
</visualElements>
|
</visualElements>
|
||||||
<wires>
|
<wires>
|
||||||
<wire>
|
<wire>
|
||||||
@ -980,4 +980,5 @@
|
|||||||
<p2 x="60" y="440"/>
|
<p2 x="60" y="440"/>
|
||||||
</wire>
|
</wire>
|
||||||
</wires>
|
</wires>
|
||||||
|
<measurementOrdering/>
|
||||||
</circuit>
|
</circuit>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,7 @@ 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(269, new FileScanner(this::check).scan(examples));
|
assertEquals(269, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(184, testCasesInFiles);
|
assertEquals(186, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user