4399 Commits

Author SHA1 Message Date
hneemann
cf5441acd9 ensures the tutorial dialog is on screen 2022-02-11 12:09:12 +01:00
hneemann
1cb8df1a03 If a file name is passed in, the tutorial mode is skipped. 2022-02-11 10:47:46 +01:00
hneemann
a9a36571aa add some more log messages 2022-02-11 10:20:55 +01:00
hneemann
cd645d4ff5 add some more log messages 2022-02-11 10:11:04 +01:00
hneemann
a3b178c148 add some more log messages 2022-02-11 09:31:09 +01:00
hneemann
9cce4fb861 add some more log messages 2022-02-11 08:48:18 +01:00
hneemann
02a6074963 fixed a broken GUI test 2022-02-09 09:30:06 +01:00
hneemann
37948d90f8 updates the release notes 2022-02-09 09:15:04 +01:00
hneemann
58885f6095 fixed an error in failed test percentage calculation, closes #912 2022-02-05 18:52:26 +01:00
dependabot[bot]
ba3970e514
Bump xstream from 1.4.18 to 1.4.19 (#909)
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-02 11:22:33 +01:00
hneemann
8181c598d3 fixed a merging issue 2022-02-02 10:51:06 +01:00
hneemann
e5e4aa2c7f reverted minor layout changes 2022-02-02 10:42:21 +01:00
hneemann
cde2ec6fee Merge branch 'master' into coreidcc-master
# Conflicts:
#	src/test/java/de/neemann/digital/integration/TestExamples.java
2022-02-02 10:10:53 +01:00
hneemann
a351210b2e adds the 7493 chip, closes #899 2022-01-25 07:55:52 +01:00
XinJun Ma
1951d7aee8
simple typos (#888) 2021-12-15 20:21:41 +01:00
hneemann
6a4dbbd683 graphic export also exports running generic circuits correctly; closes #886 2021-12-15 20:05:29 +01:00
coreidcc
c54a32050f add 74125/74126 quadruple bus buffer gates with 3-state outputs 2021-12-11 17:59:51 +01:00
coreidcc
2517a5bf87 add 74194 a 4-Bit Bidirectional Universal Shift Register 2021-12-06 01:49:06 +01:00
coreidcc
154a540fee fix recorded number of tests 2021-11-26 22:21:03 +01:00
coreidcc
211e6675be 74244 put all data pins in order for the simple layout 2021-11-26 22:13:22 +01:00
coreidcc
c3346a1826 74138 put all address pins in order for the simple layout 2021-11-26 22:13:22 +01:00
coreidcc
12ad9dd049 74173 put all data pins next to each other in simple layout 2021-11-26 22:13:22 +01:00
coreidcc
8753e34981
Merge branch 'hneemann:master' into master 2021-11-26 22:07:56 +01:00
hneemann
d4d8104dbd tunnel shape now reflects the wire state 2021-11-24 21:03:13 +01:00
coreidcc
25b80c6925 74257 - quad 2-line to 1-line data selectors/multiplexers (3-state output) 2021-11-19 22:49:46 +01:00
coreidcc
c6e182fb76 add test for 74189 2021-11-19 22:38:34 +01:00
coreidcc
1e8f473c5f add test for 7489 2021-11-19 22:37:39 +01:00
coreidcc
443d2a1a39 add test for 74175 2021-11-19 22:17:22 +01:00
coreidcc
00703621c0 Add 74175 - quad flip-flop with double-rail outputs 2021-11-19 13:20:38 +01:00
coreidcc
c846652a0a 74189 is async-ram
The ram isn't an edge triggered but a level triggered device.
2021-11-19 13:01:55 +01:00
coreidcc
0077a08671 7489 is async-ram and does not have 3-stated outputs
1. The ram isn't an edge triggered but a level triggered device.

2. The outputs of the 7489 are high when a) the chip isn't selected (ME=1)
or b) when one writes to the memory (ME=0, WE=0).
2021-11-19 11:37:39 +01:00
hneemann
0d9ae65a7c adds the 7490 counter, closes #877 2021-11-18 07:34:25 +01:00
hneemann
483a0e792e uses two button mouse an macOS by default; see #871 2021-10-29 14:53:41 +02:00
hneemann
ce65635267 makes a test case more specific, see #858 2021-10-10 10:47:54 +02:00
hneemann
ecabf662c7 adds a proper test case, see #858 2021-10-10 10:08:16 +02:00
hneemann
6af78fa5a9 adds a proper test case, see #858 2021-10-10 10:04:22 +02:00
hneemann
058bf2d9ad fixes #858 2021-10-08 08:23:38 +02:00
hneemann
15cc82145b adds an overseen text message; see #832 2021-10-03 09:07:34 +02:00
hneemann
ab1b708797 shows big endian selector only if necessary; see #832 2021-10-03 09:00:44 +02:00
hneemann
cfb7a191b8 Updates the release notes; closes #832 2021-10-02 17:35:33 +02:00
hneemann
175417c1b8 complete integration of BigEndian, see #832 2021-10-02 10:47:28 +02:00
hneemann
0a158d5c80 adds low level support for BigEndian, see #832 2021-10-02 08:43:40 +02:00
hneemann
284ce8191c Merge branch 'dataVertScroll' 2021-09-30 07:21:05 +02:00
hneemann
5487644a73 fixes a LaTeX formatter test, see #844 2021-09-30 07:17:33 +02:00
hneemann
0a56ffbf2d fixes some checkstyle issues, see #851 2021-09-30 07:15:47 +02:00
hneemann
bff56ce7d9 Adds mouse drag to vertical scrolling in data dialog; closes #851 2021-09-30 07:07:15 +02:00
hneemann
3239671937 Adds vertical scrolling in data dialog 2021-09-29 15:06:31 +02:00
hneemann
9dbb7d0ee1 If a symbol command is followed by a blank, this first blank is skipped. 2021-09-27 07:59:06 +02:00
hneemann
5ad09d5155 If a symbol command is followed by a blank, this first blank is skipped. 2021-09-27 07:55:12 +02:00
hneemann
fbb48f49ad adds some more LaTeX symbol commands; see #844 2021-09-27 07:09:58 +02:00