Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRudy committed Oct 5, 2020
1 parent f297caa commit e53e46b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Are you planning to populate your components onto a custom PCB (Printed Circuit

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.

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.
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).

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.

Expand Down
15 changes: 15 additions & 0 deletions docs/technical-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Technical Notes

```
Under construction...
```

- Floating inputs

- Open Collector (OC) outputs

- 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"

- 7485

- 74181

0 comments on commit e53e46b

Please sign in to comment.