aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2016-09-05 19:58:18 -0700
committerClifford Wolf <clifford@clifford.at>2016-09-06 11:25:33 +0200
commitdcb5a6ea8aaf857ea02f2a6c789e2a13ce501299 (patch)
tree98a591a741ae72410b67cb5eefd39c96477d09a9
parent97b449fe55384d6637db8a0850ed33a4c864bbc3 (diff)
downloadyosys-dcb5a6ea8aaf857ea02f2a6c789e2a13ce501299.tar.gz
yosys-dcb5a6ea8aaf857ea02f2a6c789e2a13ce501299.tar.bz2
yosys-dcb5a6ea8aaf857ea02f2a6c789e2a13ce501299.zip
Fix spelling and grammar in README
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a427bd07f..32e9ba24a 100644
--- a/README
+++ b/README
@@ -354,8 +354,8 @@ Verilog Attributes and non-standard features
endmodule
- A limited subset of DPI-C functions is supported. The plugin mechanism
- (see "help plugin") can be used load .so files with implementations of
- DPI-C routines. As a non-standard extension it is possible to specify
+ (see "help plugin") can be used to load .so files with implementations
+ of DPI-C routines. As a non-standard extension it is possible to specify
a plugin alias using the "<alias>:" syntax. for example:
module dpitest;
@@ -370,7 +370,7 @@ Verilog Attributes and non-standard features
must be put in parentheses. Examples: WIDTH'd42, (4+2)'b101010
- The system tasks $finish and $display are supported in initial blocks
- in and unconditional context (only if/case statements on parameters
+ in an unconditional context (only if/case statements on parameters
and constant values). The intended use for this is synthesis-time DRC.
@@ -410,7 +410,7 @@ On Ubuntu, texlive needs these packages to be able to build the manual:
sudo apt-get install texlive-fonts-extra # gets skull.sty and dsfont.sty
sudo apt-get install texlive-publishers # IEEEtran.cls
-Also the non-free font luximono should be installed, there is unfortulately
+Also the non-free font luximono should be installed, there is unfortunately
no Ubuntu package for this so it should be installed separately using
`getnonfreefonts`: