1604 Commits

Author SHA1 Message Date
hneemann
13362fd68a Selection from tree works with a single click. 2017-03-26 18:28:53 +02:00
hneemann
ecc2137779 Better error message if a circuit embeds itself. 2017-03-26 17:56:15 +02:00
hneemann
a221c9ffd0 added correct tree root name 2017-03-26 13:37:45 +02:00
hneemann
71ee13ad2b added icons to tree view 2017-03-26 11:54:51 +02:00
hneemann
28f6129509 added tree view to main panel 2017-03-26 11:11:05 +02:00
hneemann
2262f8863f fixed a bug in the insert history 2017-03-25 23:27:53 +01:00
hneemann
6f0fd2bd38 updated documentation 2017-03-25 22:26:49 +01:00
hneemann
c1338c81ae added complete processor to assembly 2017-03-25 22:14:03 +01:00
hneemann
432aad4065 added "open clipboard in new window" function. 2017-03-25 22:07:10 +01:00
hneemann
f7ebb8b7ca separated InsertAction.java to use it in component tree view 2017-03-25 20:54:38 +01:00
hneemann
fa8278924d separated InsertAction.java to use it in component tree view 2017-03-25 20:53:46 +01:00
hneemann
6dc25b04ea refactoring of library system to allow separate component tree view 2017-03-25 19:59:05 +01:00
hneemann
84b16602de Made selection of wires more consistent. 2017-03-24 21:12:43 +01:00
hneemann
05f88595c7 minor layout changes 2017-03-24 16:21:39 +01:00
helmut.neemann
e8fa58e0df modified cmos flip flops 2017-03-24 11:21:18 +01:00
helmut.neemann
e05504b326 modified cmos flip flops 2017-03-24 11:14:42 +01:00
hneemann
f5cddf1aba added some examples 2017-03-22 20:20:19 +01:00
hneemann
990f72742b updated the release notes 2017-03-20 17:51:12 +01:00
hneemann
a90052b2d3 correct code address is returned to assembler if a von Neumann cpu is simulated. 2017-03-20 17:39:10 +01:00
hneemann
b46f71f01b If a burn condition is detected the causing net is highlighted. 2017-03-20 16:56:15 +01:00
hneemann
c6130a0a12 Better error message if pull up and pull down are connected to the same net. 2017-03-20 16:32:51 +01:00
hneemann
d9c9118e2e Harmonization of pull up/down and GND/VDD shapes. 2017-03-20 15:57:23 +01:00
hneemann
a50b687ad8 Added some documentation to the circuits. 2017-03-19 16:29:11 +01:00
hneemann
1c1a6c3fe9 Added two cycle CPU with RAM and ROM sharing the same address space. 2017-03-18 19:59:52 +01:00
hneemann
97cb6bd5f3 fixed some whitespace issues 2017-03-18 18:12:34 +01:00
hneemann
f44e6e534e updated readme.md 2017-03-18 15:17:54 +01:00
hneemann
e1e94ead52 checkstyle issues make the build fail 2017-03-18 11:21:50 +01:00
hneemann
e9dde8df34 checkstyle allows public final fields 2017-03-18 09:29:27 +01:00
hneemann
65741df186 fixed some accepted checkstyle issues 2017-03-18 09:10:38 +01:00
hneemann
22663d131b fixed some wrong checkstyle messages 2017-03-18 09:00:49 +01:00
hneemann
1b8c4ceae5 allow turning of certain checkstyle messages via code comments 2017-03-18 08:51:41 +01:00
hneemann
e6c344d1bd fixed some whitespace issues 2017-03-18 08:27:46 +01:00
hneemann
c39070553a updated the faq 2017-03-17 21:09:41 +01:00
hneemann
9e7afc6e2d open pin assignment dialog at click position 2017-03-17 21:07:49 +01:00
hneemann
20c63d0fcb pin assignment can be changed in the table dialog 2017-03-17 17:44:16 +01:00
hneemann
fa6fc4dd7e pin assignment is stored in truth table now 2017-03-17 17:00:21 +01:00
hneemann
7fbc46323c Fixed to small bounding boxes in svg graphics. 2017-03-16 20:05:02 +01:00
hneemann
10f58ffb05 fixed some checkstyle issues 2017-03-15 21:57:29 +01:00
hneemann
23dae545e1 fixed some checkstyle issues 2017-03-15 21:55:39 +01:00
hneemann
8060c74822 added unique names test 2017-03-15 13:58:37 +01:00
hneemann
3bac85bb23 added unique names test 2017-03-15 13:54:48 +01:00
hneemann
83cae9a09e throws an exception while analysing model if two input variables in the model have the same name 2017-03-15 13:17:07 +01:00
hneemann
d4685e29f7 checks the result after minimization 2017-03-15 12:42:03 +01:00
hneemann
0f9a633d30 refactoring of deciding which minimizer to use 2017-03-14 17:03:00 +01:00
helmut.neemann
fb5537dba8 fixed a bug in creating CUPL files for GAL16v8 2017-03-14 09:31:08 +01:00
hneemann
ed9937c07a better handling of project name in TT2 files 2017-03-14 08:31:19 +01:00
hneemann
0ec5abddbd better handling of project name in TT2 files 2017-03-14 08:16:15 +01:00
hneemann
c459bc6bf5 Added nodes to CUPL and TT2 export to allow a better fitting. 2017-03-13 19:59:18 +01:00
hneemann
22b5e497f5 Correct error message if no equations are available in the TableDialog. 2017-03-13 15:05:14 +01:00
hneemann
bf4b8c3976 Introduced a MinimizerInterface to abstract a minimizer algorithm. 2017-03-13 14:30:45 +01:00