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
- GitHub doesn't keep vertical-align styling on master page (after finished previewing), so triplet of SVGs is a workaround for that and it's also a workaround because SVG external references don't work
@@ -59,7 +57,7 @@ It's done with entirely open source tools (the IceStorm toolchain); and most of
59
57
60
58
A test bench accompanies every device (74xx-tb.v file with 74xx.v file) and the tests are run automatically. You can click on the "tests" badge below the main title at top of page to see the logged results.
61
59
62
-
Tests are a definitive feature of the library. Test coverage will continue at the highest standard as the library expands going forward.
60
+
Tests are a definitive feature of the library. Count on full test coverage as the library expands going forward.
63
61
64
62
You have to "trust but verify" when scaling up a hardware design from lower-layer components.
65
63
@@ -82,15 +80,15 @@ Self-checking: Each test gives a Pass/Fail result. It does this by using an "ass
82
80
83
81
#### Validation Contract
84
82
85
-
IceChips is actually built around validation end-to-end. The code files are generated by script, from a template, and all the working parts come together to ensure the Verilog is validated reliably and completely.
83
+
IceChips is actually built around validation end-to-end. The code files are generated by script, from a template, for reliably validated code and .ice components.
86
84
87
-
Here's an overview, with a visual showing the structure of the code files:
85
+
Here's an overview, with a visual that shows the structure of the code files:
88
86
89
-
  [Validation scheme and contract](docs/validation-scheme.md) for the Verilog code files and the .ice components
87
+
  [Validation scheme and contract](docs/validation-scheme.md) for the Verilog code
90
88
91
-
  [Direct to contract](docs/validation-scheme.md#the-contract)
Some nerdy stuff is included, by intention, such as [guidelines around test benches](docs/validation-scheme.md#what-is-a-good-test-bench) for open source purposes and community contribution.
91
+
Some nerdy stuff is included, such as [guidelines around test benches](docs/validation-scheme.md#what-is-a-good-test-bench) for open source purposes and community contribution.
0 commit comments