hneemann
|
769da5b07f
|
adds a \vee and \wedge command
|
2021-03-14 08:09:57 +01:00 |
|
hneemann
|
39ae6ead0a
|
removed the newList() function and added a list literal
|
2021-03-13 21:21:06 +01:00 |
|
hneemann
|
82c1ac1190
|
fixes an issue in the ResolveGenerics class, closes #677
|
2021-03-13 18:33:47 +01:00 |
|
hneemann
|
f6f457ffa4
|
fixes a NullPointerException
|
2021-03-13 17:30:42 +01:00 |
|
hneemann
|
bc0e7a87e0
|
adds a this to the struct returned by addComponent([name],[x],[y]), see #674
|
2021-03-07 14:41:10 +01:00 |
|
hneemann
|
08f091d232
|
preserves the test case seed value during a debug session, closes #675
|
2021-03-07 12:12:23 +01:00 |
|
hneemann
|
4b6ac347bd
|
completed the list of implicit type cast's used in generic code.
|
2021-03-07 10:29:07 +01:00 |
|
hneemann
|
e73caf5405
|
typo
|
2021-03-04 16:55:17 +01:00 |
|
hneemann
|
171cb2c46e
|
minor refactoring
|
2021-03-04 16:54:20 +01:00 |
|
hneemann
|
545c4e061b
|
restores the 7489/74189 logic but inverts the content
|
2021-03-04 16:47:32 +01:00 |
|
hneemann
|
fae2890027
|
adds hdl templates for async ram
|
2021-03-01 09:15:48 +01:00 |
|
hneemann
|
577de5f4ab
|
adds a async ram
|
2021-03-01 08:55:14 +01:00 |
|
hneemann
|
e4b900f297
|
updates the release notes
|
2021-02-26 09:33:24 +01:00 |
|
hneemann
|
040c5e689e
|
Merge branch 'globalVars'
|
2021-02-23 18:32:37 +01:00 |
|
hneemann
|
c7b9110893
|
allows writing to global field only in the first code component; closes #657
|
2021-02-23 18:32:11 +01:00 |
|
hneemann
|
d83280e5bf
|
adds a new global field in the generic components context, see #657
|
2021-02-22 15:29:07 +01:00 |
|
hneemann
|
59a496f362
|
The render quality is reduced a little more conservatively, see #663
|
2021-02-22 14:41:18 +01:00 |
|
hneemann
|
e051c5cd25
|
In code components is is allowed to write to the args-struct, see #657
|
2021-02-22 12:10:19 +01:00 |
|
hneemann
|
00ed64e228
|
Merge remote-tracking branch 'origin/IVerilogOptions'
|
2021-02-20 12:11:59 +01:00 |
|
hneemann
|
ec00b4cd2a
|
adds options for iverilog; closes #655
|
2021-02-20 11:57:49 +01:00 |
|
hneemann
|
dd28ea6309
|
updates the release notes
|
2021-02-20 11:28:19 +01:00 |
|
hneemann
|
b4cbe8d9e0
|
Merge branch 'master' into treeSearch
|
2021-02-20 11:19:04 +01:00 |
|
hneemann
|
988ccbb106
|
adds a workaround for a failing gui test
|
2021-02-19 11:12:38 +01:00 |
|
hneemann
|
b833cbc758
|
fixes a broken gui test
|
2021-02-19 09:41:28 +01:00 |
|
hneemann
|
d705997eb9
|
adds options for iverilog; closes #655
|
2021-02-18 17:47:42 +01:00 |
|
hneemann
|
713d2b03c9
|
fixes an issue in the CSV importer; see #644
|
2021-02-17 08:31:41 +01:00 |
|
hneemann
|
de1606de94
|
adds support for fixed point and floats in test cases; closes #654
|
2021-02-16 22:03:05 +01:00 |
|
hneemann
|
160f9e80e8
|
catches a overseen RuntimeException; see #654
|
2021-02-16 21:49:22 +01:00 |
|
hneemann
|
59a1577782
|
fixes a float formating bug; closes #647
|
2021-02-13 21:49:25 +01:00 |
|
hneemann
|
9efb56d466
|
simplifies 74299
|
2021-02-13 13:01:38 +01:00 |
|
hneemann
|
cb281353f7
|
adds 74299, closes #646
|
2021-02-13 10:53:51 +01:00 |
|
hneemann
|
7d95d796cb
|
adds translations of csv importer error messages, see #631
|
2021-02-12 18:15:10 +01:00 |
|
hneemann
|
775063d6d3
|
adds two more CSV importer tests, closes #631
|
2021-02-12 15:49:47 +01:00 |
|
hneemann
|
a16e2479c0
|
first working CSV import, see #631
|
2021-02-12 15:31:00 +01:00 |
|
hneemann
|
fecccb19a6
|
fixed some checkstyle issues
|
2021-02-12 13:04:42 +01:00 |
|
hneemann
|
d3f7403077
|
adds missing language keys, see #631
|
2021-02-12 11:12:39 +01:00 |
|
hneemann
|
1a25ac7279
|
first working CSV export, see #631
|
2021-02-12 10:56:23 +01:00 |
|
hneemann
|
4932013373
|
adds a gui test, see #645
|
2021-02-11 21:47:51 +01:00 |
|
hneemann
|
fafdfe5600
|
fixed an issue to make library reimport working, see #645
|
2021-02-11 19:45:59 +01:00 |
|
hneemann
|
3362c09b62
|
adds a first gui integration, see #645
|
2021-02-11 13:30:15 +01:00 |
|
hneemann
|
e1f5d4da4c
|
improved LibraryTreeModel allows node filtering, see #645
|
2021-02-11 08:09:36 +01:00 |
|
hneemann
|
96a2858d85
|
playing around with LogicFriday csv files
|
2021-02-10 22:00:47 +01:00 |
|
hneemann
|
bb3ea8aebe
|
truth table file format is more readable, see #644
|
2021-02-10 10:00:23 +01:00 |
|
hneemann
|
6bae3b034e
|
Merge branch 'fix026'
|
2021-02-09 18:36:24 +01:00 |
|
hneemann
|
7032942ad3
|
fixes an issue in the logisim hex reader; closes #642
|
2021-02-09 18:32:57 +01:00 |
|
hneemann
|
e8a4a0fcc8
|
If async mode is used, the data graph automatically sets "Show single gate steps" option; closes #641
|
2021-02-09 12:55:45 +01:00 |
|
hneemann
|
8a7bdc7b40
|
Merge branch 'fix026'
# Conflicts:
# src/test/java/de/neemann/digital/integration/TestExamples.java
|
2021-02-09 12:43:40 +01:00 |
|
hneemann
|
8a8f1260fc
|
fixes #640
|
2021-02-09 12:38:03 +01:00 |
|
hneemann
|
b3e650decc
|
minor cleanup
|
2021-02-07 21:59:33 +01:00 |
|
hneemann
|
a53131ac84
|
Merge remote-tracking branch 'maltaisn/resize-rect-controller'
|
2021-02-07 21:41:56 +01:00 |
|