aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-environment.ads')
-rw-r--r--src/synth/synth-environment.ads9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads
index 6b5c4af31..ca1fcf709 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -41,9 +41,12 @@ package Synth.Environment is
-- nature of a wire as the assignment semantic is not the same (a variable
-- assignment overwrite the old value, while a signal assignment is
-- effective at the next cycle).
- type Wire_Kind is (Wire_None,
- Wire_Signal, Wire_Variable,
- Wire_Input, Wire_Output, Wire_Inout);
+ type Wire_Kind is
+ (
+ Wire_None,
+ Wire_Signal, Wire_Variable,
+ Wire_Input, Wire_Output, Wire_Inout
+ );
type Assign is new Uns32;
No_Assign : constant Assign := 0;