Fix space issues in a couple files
This commit is contained in:
parent
3612076943
commit
172d7eb0a3
|
|
@ -77,12 +77,12 @@ the configure scripts.
|
||||||
Unpack the tar-ball and cd into the verilog-######### directory
|
Unpack the tar-ball and cd into the verilog-######### directory
|
||||||
(presumably that is how you got to this README) and compile the source
|
(presumably that is how you got to this README) and compile the source
|
||||||
with the commands:
|
with the commands:
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
If you are building from git, you have to run the command below before
|
If you are building from git, you have to run the command below before
|
||||||
compile the source. This will generate the "configure" file, which is
|
compile the source. This will generate the "configure" file, which is
|
||||||
automatically done when building from tarball.
|
automatically done when building from tarball.
|
||||||
|
|
||||||
sh autoconf.sh
|
sh autoconf.sh
|
||||||
|
|
|
||||||
|
|
@ -1250,7 +1250,7 @@ static void process_number(vhdl_binop_expr *all, vhdl_var_ref *test,
|
||||||
switch (bits[i]) {
|
switch (bits[i]) {
|
||||||
case 'x':
|
case 'x':
|
||||||
if (is_casez) break;
|
if (is_casez) break;
|
||||||
// fallthrough
|
// fallthrough
|
||||||
case '?':
|
case '?':
|
||||||
case 'z':
|
case 'z':
|
||||||
continue; // Ignore these.
|
continue; // Ignore these.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue