Skip to content

Commit 357205d

Browse files
author
Sebastien Sikora
committed
Updated README.md.
1 parent af4b634 commit 357205d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ CHILDSET: Component test_sim:sr_latch:sr_latch terminal R set to F
271271
user@home:~/cpp_logic_simulation$
272272
```
273273

274-
Great! We can see our SR latch device out pin responding to the changing in pin stimulus as we should expect for an SR latch, just as before.
274+
Great! We can see our SR latch device out pin responding to the changing in pin stimulus as we should expect for an SR latch, just as before.\
275+
\
275276

276277
Nesting *Devices*.
277278
-------------------------
@@ -498,7 +499,8 @@ Great!
498499

499500
Note - Part of solving the initial device internal state involves assigning random states to all *Gate* inputs. The consequence of this is that all latches and flip-flops will settle with random initial out pin state (as with real devices).
500501

501-
You may see slightly different output on the console when you run the simulation depending on which SR latches initially settle with out pin state = true.
502+
You may see slightly different output on the console when you run the simulation depending on which SR latches initially settle with out pin state = true.\
503+
\
502504

503505
Programmatic *Device* creation.
504506
-------------------------------------------
@@ -691,7 +693,8 @@ CHILDSET: Component test_sim:n_bit_sr_latch:n_bit_sr_latch terminal R_All set to
691693
user@home:~/cpp_logic_simulation$
692694
```
693695

694-
Great! Our new device exhibits the correct behaviour.
696+
Great! Our new device exhibits the correct behaviour.\
697+
\
695698

696699
Demos.
697700
-------------------------
@@ -712,6 +715,8 @@ Some *MagicDevice* demonstrations are provided here.
712715
* `simple_rom_demo.cpp` - A ROM IC that pulls data from a text file - [more](./sim_doc/simple_rom_demo.md)
713716
* `simple_ram_demo.cpp` - A RAM IC that stores data in an array - [more](./sim_doc/simple_ram_demo.md)
714717
* `simple_terminal_demo.cpp` - A simple UART-like IC and accompanying terminal client - [more](./sim_doc/simple_terminal_demo.md)
718+
\
719+
\
715720

716721
Running the demos:
717722
-------------------------

0 commit comments

Comments
 (0)