Skip to content

Commit b338c56

Browse files
authored
Update README.md
- 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
1 parent 4729b16 commit b338c56

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<img src="images/proj_icon_a.svg" title="IceChips" align="right" vertical-align="top" width="6.124%">
2-
<img src="images/proj_icon_b.svg" title="IceChips" align="right" vertical-align="top" width="3.484%">
3-
<img src="images/proj_icon_c.svg" title="IceChips" align="right" vertical-align="top" width="3.453%">
1+
<img src="images/proj_icon_triplet.svg" title="IceChips" align="right" width="13%">
42
<br />
53
<br />
64

@@ -59,7 +57,7 @@ It's done with entirely open source tools (the IceStorm toolchain); and most of
5957

6058
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.
6159

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

6462
You have to "trust but verify" when scaling up a hardware design from lower-layer components.
6563

@@ -82,15 +80,15 @@ Self-checking: Each test gives a Pass/Fail result. It does this by using an "ass
8280

8381
#### Validation Contract
8482

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

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:
8886

89-
&ensp;&ensp;[Validation scheme and contract](docs/validation-scheme.md) for the Verilog code files and the .ice components
87+
&ensp;&ensp;[Validation scheme and contract](docs/validation-scheme.md) for the Verilog code
9088

91-
&ensp;&ensp;[Direct to contract](docs/validation-scheme.md#the-contract)
89+
&ensp;&ensp;Direct to [the contract](docs/validation-scheme.md#the-contract)
9290

93-
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.
9492

9593
#### Running the tests on your machine
9694

0 commit comments

Comments
 (0)