diff --git a/examples/sqrt-virtex.v b/examples/sqrt-virtex.v index 66624f82d..fbb8d219c 100644 --- a/examples/sqrt-virtex.v +++ b/examples/sqrt-virtex.v @@ -16,13 +16,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: sqrt-virtex.v,v 1.4.2.1 2005/02/19 16:39:32 steve Exp $" + * $Id: sqrt-virtex.v,v 1.4.2.2 2005/02/23 18:37:52 steve Exp $" */ /* * This module is a synthesizeable square-root function. It is also a * detailed example of how to target Xilinx Virtex parts using - * Icarus Verilog. In fact, for no particular reason other then to + * Icarus Verilog. In fact, for no particular reason other than to * be excessively specific, I will step through the process of * generating a design for a Spartan-II XC2S15-VQ100, and also how to * generate a generic library part for larger Virtex designs. @@ -130,7 +130,7 @@ * contains Verilog code that simulates the mapped design. This output * Verilog has the single root module "chip_root", which came from the * name of the root module when we were making the EDIF file in the - * first place. The module has ports named just line the ports of the + * first place. The module has ports named just like the ports of the * chip_root module below. * * The generated Verilog uses the library in the directory diff --git a/vvp/README.txt b/vvp/README.txt index 193596236..53d43a430 100644 --- a/vvp/README.txt +++ b/vvp/README.txt @@ -1,7 +1,7 @@ /* * Copyright (c) 2001 Stephen Williams (steve@icarus.com) * - * $Id: README.txt,v 1.47.2.1 2005/02/19 16:39:32 steve Exp $ + * $Id: README.txt,v 1.47.2.2 2005/02/23 18:37:52 steve Exp $ */ VVP SIMULATION ENGINE @@ -283,7 +283,7 @@ statement, it creates no functors. The symbol list is a list of functors that feed into each bit of the vector, and the vpiHandle holds references to those functors that are fed it. -The