mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 15:26:52 -04:00
fixed duplicate names
This commit is contained in:
parent
7afbfaffa2
commit
035a86218b
@ -57,7 +57,7 @@ public class TestInSimulator extends TestCase {
|
|||||||
File examples = new File(Resources.getRoot(), "/dig/hdl");
|
File examples = new File(Resources.getRoot(), "/dig/hdl");
|
||||||
try {
|
try {
|
||||||
int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples);
|
int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples);
|
||||||
assertEquals(36, tested);
|
assertEquals(37, tested);
|
||||||
} catch (FileScanner.SkipAllException e) {
|
} catch (FileScanner.SkipAllException e) {
|
||||||
// if ghdl is not installed its also ok
|
// if ghdl is not installed its also ok
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ public class VHDLGeneratorTest extends TestCase {
|
|||||||
File examples = new File(Resources.getRoot(), "/dig/hdl");
|
File examples = new File(Resources.getRoot(), "/dig/hdl");
|
||||||
try {
|
try {
|
||||||
int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples);
|
int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples);
|
||||||
assertEquals(36, tested);
|
assertEquals(37, tested);
|
||||||
} catch (FileScanner.SkipAllException e) {
|
} catch (FileScanner.SkipAllException e) {
|
||||||
// if ghdl is not installed its also ok
|
// if ghdl is not installed its also ok
|
||||||
}
|
}
|
||||||
|
@ -66,6 +66,23 @@
|
|||||||
</elementAttributes>
|
</elementAttributes>
|
||||||
<pos x="140" y="100"/>
|
<pos x="140" y="100"/>
|
||||||
</visualElement>
|
</visualElement>
|
||||||
|
<visualElement>
|
||||||
|
<elementName>Testcase</elementName>
|
||||||
|
<elementAttributes>
|
||||||
|
<entry>
|
||||||
|
<string>Testdata</string>
|
||||||
|
<testData>
|
||||||
|
<dataString>S0 S1 S2 S3
|
||||||
|
0 0 1 1
|
||||||
|
0 1 0 1
|
||||||
|
1 0 1 0
|
||||||
|
1 1 1 1
|
||||||
|
</dataString>
|
||||||
|
</testData>
|
||||||
|
</entry>
|
||||||
|
</elementAttributes>
|
||||||
|
<pos x="-40" y="160"/>
|
||||||
|
</visualElement>
|
||||||
</visualElements>
|
</visualElements>
|
||||||
<wires>
|
<wires>
|
||||||
<wire>
|
<wire>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user