Skip to content

Commit e53e46b

Browse files
committed
Update README.md
1 parent f297caa commit e53e46b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Are you planning to populate your components onto a custom PCB (Printed Circuit
150150

151151
You have a head start from simulating and testing your design, because now you know you have a digital circuit that meets all its specs.
152152

153-
However, it's a different workflow area that you'll have to get into to create a PCB: A different type of visual editing ("schematic capture"); placing, routing and design of layout for manufacture; verification of design rules for manufacture - this time for geometric/electrical properties.
153+
However, it's a different workflow area that you'll have to get into to create a PCB: A different type of visual editing ("schematic capture"); placing, routing and design of layout for manufacture; verification of design rules for manufacture (this time for geometric/electrical properties).
154154

155155
Note: Having said that, using 74xx standard parts will set you up well for using PCB software, since the parts are well-known and modelled for geometric/electrical properties.
156156

docs/technical-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Technical Notes
2+
3+
```
4+
Under construction...
5+
```
6+
7+
- Floating inputs
8+
9+
- Open Collector (OC) outputs
10+
11+
- 7474, 74112: Meaning of the `NonFPGACycleAccurateModels` branch, the async/sync behaviour change of devices due to FPGA constraint: "There is no hardware primitive for two async signals together, set and clear"
12+
13+
- 7485
14+
15+
- 74181

0 commit comments

Comments
 (0)