You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,8 @@ CHILDSET: Component test_sim:sr_latch:sr_latch terminal R set to F
271
271
user@home:~/cpp_logic_simulation$
272
272
```
273
273
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
+
\
275
276
276
277
Nesting *Devices*.
277
278
-------------------------
@@ -498,7 +499,8 @@ Great!
498
499
499
500
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).
500
501
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
+
\
502
504
503
505
Programmatic *Device* creation.
504
506
-------------------------------------------
@@ -691,7 +693,8 @@ CHILDSET: Component test_sim:n_bit_sr_latch:n_bit_sr_latch terminal R_All set to
691
693
user@home:~/cpp_logic_simulation$
692
694
```
693
695
694
-
Great! Our new device exhibits the correct behaviour.
696
+
Great! Our new device exhibits the correct behaviour.\
697
+
\
695
698
696
699
Demos.
697
700
-------------------------
@@ -712,6 +715,8 @@ Some *MagicDevice* demonstrations are provided here.
712
715
*`simple_rom_demo.cpp` - A ROM IC that pulls data from a text file - [more](./sim_doc/simple_rom_demo.md)
713
716
*`simple_ram_demo.cpp` - A RAM IC that stores data in an array - [more](./sim_doc/simple_ram_demo.md)
714
717
*`simple_terminal_demo.cpp` - A simple UART-like IC and accompanying terminal client - [more](./sim_doc/simple_terminal_demo.md)
0 commit comments