From 58039e0d268f9dbf6a34f6e00fdb6dcd7c0982ed Mon Sep 17 00:00:00 2001 From: hneemann Date: Tue, 4 Jul 2017 21:21:27 +0200 Subject: [PATCH] allow multi line text --- src/main/dig/cmos/openDrainBus.dig | 2 +- src/main/dig/cmos/sram.dig | 2 +- src/main/dig/combinatorial/MultiplyTest.dig | 4 ++-- src/main/dig/pld/PLA.dig | 4 ++-- src/main/dig/sequential/Counter-JK.dig | 2 +- src/main/dig/sequential/Counter-T.dig | 2 +- src/main/dig/sequential/SPI.dig | 4 ++-- src/main/dig/sequential/conway/descrete.dig | 6 +++--- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/dig/cmos/openDrainBus.dig b/src/main/dig/cmos/openDrainBus.dig index d3b118ccd..59bf81741 100644 --- a/src/main/dig/cmos/openDrainBus.dig +++ b/src/main/dig/cmos/openDrainBus.dig @@ -117,7 +117,7 @@ Text - Label + Description $R$ diff --git a/src/main/dig/cmos/sram.dig b/src/main/dig/cmos/sram.dig index 368c60c12..2cd2f0ca2 100644 --- a/src/main/dig/cmos/sram.dig +++ b/src/main/dig/cmos/sram.dig @@ -1349,7 +1349,7 @@ repeat(16) bits(4,n) 0 x 0 Text - Label + Description 16-Bit SRAM diff --git a/src/main/dig/combinatorial/MultiplyTest.dig b/src/main/dig/combinatorial/MultiplyTest.dig index af3649e6d..e02d266d4 100644 --- a/src/main/dig/combinatorial/MultiplyTest.dig +++ b/src/main/dig/combinatorial/MultiplyTest.dig @@ -138,7 +138,7 @@ auszuprobieren. Text - Label + Description * @@ -148,7 +148,7 @@ auszuprobieren. Text - Label + Description = diff --git a/src/main/dig/pld/PLA.dig b/src/main/dig/pld/PLA.dig index 4a7d1250d..8e39a75f0 100644 --- a/src/main/dig/pld/PLA.dig +++ b/src/main/dig/pld/PLA.dig @@ -967,7 +967,7 @@ A B C D Y_3 Text - Label + Description AND Matrix @@ -977,7 +977,7 @@ A B C D Y_3 Text - Label + Description OR Matrix diff --git a/src/main/dig/sequential/Counter-JK.dig b/src/main/dig/sequential/Counter-JK.dig index f64ceaed0..1fa05ab18 100644 --- a/src/main/dig/sequential/Counter-JK.dig +++ b/src/main/dig/sequential/Counter-JK.dig @@ -157,7 +157,7 @@ Text - Label + Description Synchroner Zähler mit JK-Flipflops diff --git a/src/main/dig/sequential/Counter-T.dig b/src/main/dig/sequential/Counter-T.dig index 035aef702..46851113f 100644 --- a/src/main/dig/sequential/Counter-T.dig +++ b/src/main/dig/sequential/Counter-T.dig @@ -169,7 +169,7 @@ Text - Label + Description Asynchroner Zähler mit T-Flipflops diff --git a/src/main/dig/sequential/SPI.dig b/src/main/dig/sequential/SPI.dig index ae3a3e506..8e5b3cc5e 100644 --- a/src/main/dig/sequential/SPI.dig +++ b/src/main/dig/sequential/SPI.dig @@ -275,7 +275,7 @@ Text - Label + Description Master @@ -286,7 +286,7 @@ Text - Label + Description Slave diff --git a/src/main/dig/sequential/conway/descrete.dig b/src/main/dig/sequential/conway/descrete.dig index df2d94a19..feb1e3ad6 100644 --- a/src/main/dig/sequential/conway/descrete.dig +++ b/src/main/dig/sequential/conway/descrete.dig @@ -182,7 +182,7 @@ into a LUT to speedup the cellular automaton. Text - Label + Description birth @@ -226,7 +226,7 @@ into a LUT to speedup the cellular automaton. Text - Label + Description survive @@ -275,7 +275,7 @@ next state. Is used to initialize the cell. Text - Label + Description neighbours