mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Fix space issues
This commit is contained in:
@@ -29,7 +29,7 @@ it or regenerate `configure` using a newer version of `autoconf`.
|
|||||||
The simplest way to compile this package is:
|
The simplest way to compile this package is:
|
||||||
|
|
||||||
1. `cd` to the directory containing the package's source code.
|
1. `cd` to the directory containing the package's source code.
|
||||||
|
|
||||||
2. Run `sh autoconf.sh`, if building from source (and not a release).
|
2. Run `sh autoconf.sh`, if building from source (and not a release).
|
||||||
If you're building from a release, skip this step.
|
If you're building from a release, skip this step.
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module main;
|
|||||||
typedef enum logic [2:0] {
|
typedef enum logic [2:0] {
|
||||||
ENUM_VAL = 3'b110
|
ENUM_VAL = 3'b110
|
||||||
} enumtype;
|
} enumtype;
|
||||||
|
|
||||||
typedef struct packed {
|
typedef struct packed {
|
||||||
enumtype e;
|
enumtype e;
|
||||||
} structtype;
|
} structtype;
|
||||||
|
|||||||
Reference in New Issue
Block a user