Fix space issues
This commit is contained in:
parent
691eeeef99
commit
57524836f1
2
INSTALL
2
INSTALL
|
|
@ -29,7 +29,7 @@ it or regenerate `configure` using a newer version of `autoconf`.
|
|||
The simplest way to compile this package is:
|
||||
|
||||
1. `cd` to the directory containing the package's source code.
|
||||
|
||||
|
||||
2. Run `sh autoconf.sh`, if building from source (and not a release).
|
||||
If you're building from a release, skip this step.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ module main;
|
|||
typedef enum logic [2:0] {
|
||||
ENUM_VAL = 3'b110
|
||||
} enumtype;
|
||||
|
||||
|
||||
typedef struct packed {
|
||||
enumtype e;
|
||||
} structtype;
|
||||
|
|
|
|||
Loading…
Reference in New Issue