3848 Commits

Author SHA1 Message Date
hneemann
30b7e69870 added some more gui test cases 2018-01-20 15:48:06 +01:00
hneemann
9b51dc50b0 updated README.md 2018-01-20 11:54:49 +01:00
hneemann
d8ad1d1fe1 simplified gui tests 2018-01-20 11:54:22 +01:00
hneemann
e2f272f604 testing question colored red 2018-01-19 20:23:02 +01:00
hneemann
7bc159fc72 added a k-map edge check 2018-01-19 19:59:44 +01:00
hneemann
c8f2475bea added some more GUI tests 2018-01-19 19:44:30 +01:00
hneemann
a72c4610f0 typo 2018-01-19 18:16:08 +01:00
hneemann
086dce3ac4 excluded GUI test from maven build 2018-01-19 17:10:57 +01:00
hneemann
c74883c7eb fixed a NullPointerException 2018-01-19 14:41:51 +01:00
hneemann
a30837ebc6 If a MenuItem is added directly to the MenuBar, exceptions are thrown
during keyboard navigation.
2018-01-19 14:35:51 +01:00
hneemann
245f262c14 more clear test fail message 2018-01-19 14:09:58 +01:00
hneemann
582b4d2fc3 more clear test fail message 2018-01-19 12:35:07 +01:00
hneemann
3c259854e0 minor changes at gui test cases 2018-01-19 08:17:14 +01:00
hneemann
8b2456ef92 minor changes at gui test cases 2018-01-19 07:46:58 +01:00
hneemann
795123ddd0 refactoring of gui test cases 2018-01-18 19:35:55 +01:00
hneemann
ea593b2b0a adds gui tests for table dialog and k-map 2018-01-18 18:09:19 +01:00
hneemann
5d2ff4b62c fixes a findbugs issue 2018-01-18 14:42:21 +01:00
hneemann
ba885120bd improved the GUI tests. 2018-01-18 14:02:47 +01:00
hneemann
b5eb975abd added some circuit tests using the GUI. 2018-01-18 10:38:29 +01:00
hneemann
24e71b2d7a creates an error message if more than on thread runner is used. 2018-01-18 10:35:13 +01:00
hneemann
497d8e07c8 better naming of TT2 export menu entries 2018-01-17 22:42:11 +01:00
hneemann
306f55512c fixed a bug in the LaTeX index formatter 2018-01-17 18:47:01 +01:00
hneemann
2d4050456b fixed a bug in the LaTeX index formatter 2018-01-17 18:42:35 +01:00
hneemann
d4f4c96c68 added some more comparator test cases 2018-01-17 17:27:22 +01:00
hneemann
4ecb436e01 fixed a minor issue in the GuiModelObserver. 2018-01-17 14:37:59 +01:00
hneemann
baaf9394bc Better report of the frequency. 2018-01-17 14:17:58 +01:00
hneemann
3f2fb702d6 Better report of the frequency. 2018-01-16 18:43:14 +01:00
hneemann
3bc9f52130 more useful manifest in exported zip file 2018-01-16 18:30:01 +01:00
hneemann
b271685fc8 merged ZIP Export 2018-01-16 17:42:30 +01:00
helmut.neemann
db7afd9aea adds an export to zip function 2018-01-16 11:12:38 +01:00
hneemann
04aa294032 Fixed a bug in TableReducer that prevented the loading of stored truth tables. 2018-01-16 08:36:50 +01:00
hneemann
c699845861 Added a warning message if user tries to export a very large truth table. 2018-01-15 18:32:22 +01:00
helmut.neemann
b35cce111e adds a new backtrack test 2018-01-15 15:24:08 +01:00
hneemann
249df37bd9 Fixes a bug that prevented the analysis of the BitExtender. 2018-01-15 12:37:32 +01:00
hneemann
0c1714c38c optimized model analyser.
The model is used to determine the variables on which an output depends.

Squashed commit of the following:

commit 45efbc50efbf21d242511359c1ba992ccefa7d3f
Author: hneemann <helmut.neemann@arcor.de>
Date:   Sat Jan 13 18:46:21 2018 +0100

    improved test case

commit 208dde9d94c358b76a540d813ac658c6cf34be32
Author: hneemann <helmut.neemann@arcor.de>
Date:   Fri Jan 12 21:39:28 2018 +0100

    added some more backtracking tests

commit 646e50f4e61c879ae7ea51d33c966486a0634691
Author: hneemann <helmut.neemann@arcor.de>
Date:   Fri Jan 12 19:28:23 2018 +0100

    minor changes, more tests are missing

commit 71ce4825051e20252284234029c8be012d510a1c
Author: hneemann <helmut.neemann@arcor.de>
Date:   Fri Jan 12 19:05:23 2018 +0100

    first attempt to optimize the model analysis using backtracking
2018-01-15 08:21:52 +01:00
hneemann
a158f6ffe3 cleanup of long to string conversion 2018-01-15 08:10:20 +01:00
hneemann
6389a0076b cleanup of long to string conversion 2018-01-14 21:14:55 +01:00
hneemann
591fa6baa8 fixed a bug in IntFormat.bin 2018-01-14 14:26:37 +01:00
hneemann
edad475434 more consistent handling of int format in probe dialog, fixes #105 2018-01-14 11:51:31 +01:00
hneemann
c41658ba55 updated screenshot 2018-01-13 21:59:23 +01:00
hneemann
2f1c083bf5 updated screenshot 2018-01-13 21:50:12 +01:00
hneemann
d77b4f2207 fixed a out of memory error in LaTeX export 2018-01-13 20:41:50 +01:00
hneemann
356f5fb06f fixed the broken build 2018-01-13 13:35:44 +01:00
hneemann
41b487a60e added a register file component, fixes #104 2018-01-13 13:22:22 +01:00
hneemann
0c550d4a32 fixed a bug in the element move mouse controller 2018-01-13 11:42:58 +01:00
hneemann
911766771f fixed a bug if the SingleValueDialog is reopened 2018-01-12 20:29:40 +01:00
hneemann
48e6ab0328 improved error messages 2018-01-12 16:06:42 +01:00
hneemann
06be73ce02 added a 16 bit multiplier example 2018-01-12 09:20:16 +01:00
hneemann
f7bdfb672c fixed a bug in the test data parser 2018-01-12 09:19:42 +01:00
hneemann
eb1fa408e3 added pin GCLK3 to the list of ATF1502 IO pins, fixes #103 2018-01-11 19:30:00 +01:00