aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-09 08:30:31 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-09 09:17:49 +0100
commit1f63d27df1c215331ad3c8e90c2f06695ee1d347 (patch)
treef657c1f81459911610fc8e107973dbd660749fe9 /src/vhdl/simulate
parentb01cf47ec4b1efebcfe8da8c336d749b6c3a6728 (diff)
downloadghdl-1f63d27df1c215331ad3c8e90c2f06695ee1d347.tar.gz
ghdl-1f63d27df1c215331ad3c8e90c2f06695ee1d347.tar.bz2
ghdl-1f63d27df1c215331ad3c8e90c2f06695ee1d347.zip
src/vhd: remove use of chapter sign in comment to have on ASCII characters
(except for vhdl-scanner)
Diffstat (limited to 'src/vhdl/simulate')
-rw-r--r--src/vhdl/simulate/simul-elaboration.adb34
-rw-r--r--src/vhdl/simulate/simul-elaboration.ads2
-rw-r--r--src/vhdl/simulate/simul-environments.adb2
-rw-r--r--src/vhdl/simulate/simul-simulation-main.adb4
4 files changed, 21 insertions, 21 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.adb b/src/vhdl/simulate/simul-elaboration.adb
index b65614a6b..6ffe1ac58 100644
--- a/src/vhdl/simulate/simul-elaboration.adb
+++ b/src/vhdl/simulate/simul-elaboration.adb
@@ -904,7 +904,7 @@ package body Simul.Elaboration is
end if;
end Elaborate_Subtype_Indication_If_Anonymous;
- -- LRM93 §12.3.1.3 Subtype Declarations
+ -- LRM93 12.3.1.3 Subtype Declarations
-- The elaboration of a subtype indication creates a subtype.
procedure Elaborate_Subtype_Indication
(Instance : Block_Instance_Acc; Ind : Iir)
@@ -948,7 +948,7 @@ package body Simul.Elaboration is
end case;
end Elaborate_Subtype_Indication;
- -- LRM93 §12.3.1.2 Type Declarations.
+ -- LRM93 12.3.1.2 Type Declarations.
procedure Elaborate_Type_Definition
(Instance : Block_Instance_Acc; Def : Iir)
is
@@ -1015,7 +1015,7 @@ package body Simul.Elaboration is
end case;
end Elaborate_Type_Definition;
- -- LRM93 §12.3.1.2 Type Declarations.
+ -- LRM93 12.3.1.2 Type Declarations.
procedure Elaborate_Type_Declaration
(Instance : Block_Instance_Acc; Decl : Iir_Type_Declaration)
is
@@ -1105,7 +1105,7 @@ package body Simul.Elaboration is
begin
Decl := Port_Chain;
while Decl /= Null_Iir loop
- -- LRM93 §12.2.3
+ -- LRM93 12.2.3
-- The elaboration of a port declaration consists of elaborating the
-- subtype indication and then creating a port of that subtype.
Elaborate_Subtype_Indication_If_Anonymous (Instance, Get_Type (Decl));
@@ -1117,7 +1117,7 @@ package body Simul.Elaboration is
end loop;
end Elaborate_Port_Clause;
- -- LRM93 §12.2.2 The generic Map Aspect
+ -- LRM93 12.2.2 The generic Map Aspect
procedure Elaborate_Generic_Map_Aspect
(Target_Instance : Block_Instance_Acc;
Local_Instance : Block_Instance_Acc;
@@ -1279,7 +1279,7 @@ package body Simul.Elaboration is
end Elab_Connect;
-- LRM93 12.2.3 The Port Clause
- -- LRM93 §12.2.4 The Port Map Aspect
+ -- LRM93 12.2.4 The Port Map Aspect
procedure Elaborate_Port_Map_Aspect
(Formal_Instance : Block_Instance_Acc;
Actual_Instance : Block_Instance_Acc;
@@ -1425,7 +1425,7 @@ package body Simul.Elaboration is
end loop;
end Elaborate_Port_Map_Aspect;
- -- LRM93 §12.2 Elaboration of a block header
+ -- LRM93 12.2 Elaboration of a block header
-- Elaboration of a block header consists of the elaboration of the
-- generic clause, the generic map aspect, the port clause, and the port
-- map aspect, in that order.
@@ -1464,7 +1464,7 @@ package body Simul.Elaboration is
Instance => Instance));
end Elaborate_Guard_Signal;
- -- LRM93 §12.4.1 Block statements.
+ -- LRM93 12.4.1 Block statements.
procedure Elaborate_Block_Statement
(Instance : Block_Instance_Acc; Block : Iir_Block_Statement)
is
@@ -1599,7 +1599,7 @@ package body Simul.Elaboration is
end;
end Create_Default_Association;
- -- LRM93 §12.4.3
+ -- LRM93 12.4.3
function Is_Fully_Bound (Conf : Iir) return Boolean
is
Binding : Iir;
@@ -1854,7 +1854,7 @@ package body Simul.Elaboration is
end if;
end Elaborate_Psl_Directive;
- -- LRM93 §12.4 Elaboration of a Statement Part.
+ -- LRM93 12.4 Elaboration of a Statement Part.
procedure Elaborate_Concurrent_Statement_Part
(Instance : Block_Instance_Acc; Stmt_Chain: Iir)
is
@@ -1953,7 +1953,7 @@ package body Simul.Elaboration is
return Val;
end Elaborate_Default_Value;
- -- LRM93 §12.3.1.1 Subprogram Declaration and Bodies
+ -- LRM93 12.3.1.1 Subprogram Declaration and Bodies
procedure Elaborate_Interface_List
(Instance : Block_Instance_Acc; Inter_Chain : Iir)
is
@@ -1979,7 +1979,7 @@ package body Simul.Elaboration is
end loop;
end Elaborate_Interface_List;
- -- LRM93 §12.3.1.1 Subprogram Declaration and Bodies
+ -- LRM93 12.3.1.1 Subprogram Declaration and Bodies
procedure Elaborate_Subprogram_Declaration
(Instance : Block_Instance_Acc; Decl : Iir)
is
@@ -2390,7 +2390,7 @@ package body Simul.Elaboration is
Unshare_Bounds (Res, Instance_Pool);
end Elaborate_Alias_Declaration;
- -- LRM93 §12.3.2.3 Disconnection Specifications
+ -- LRM93 12.3.2.3 Disconnection Specifications
procedure Elaborate_Disconnection_Specification
(Instance : Block_Instance_Acc;
Decl : Iir_Disconnection_Specification)
@@ -2401,7 +2401,7 @@ package body Simul.Elaboration is
Sig : Iir;
Val : Iir_Value_Literal_Acc;
begin
- -- LRM93 §12.3.2.3
+ -- LRM93 12.3.2.3
-- Elaboration of a disconnection specification proceeds as follows:
-- 2. The time expression is evaluated to determine the disconnection
-- time for drivers of the affected signals.
@@ -2416,7 +2416,7 @@ package body Simul.Elaboration is
Error_Msg_Sem (+Decl, "time must be non-negative");
end if;
- -- LRM93 §12.3.2.3
+ -- LRM93 12.3.2.3
-- 1. The guarded signal specification is elaborated in order to
-- identify the signals affected by the disconnection specification.
--
@@ -2489,7 +2489,7 @@ package body Simul.Elaboration is
Elaborate_Subtype_Indication (Instance, Ind);
end Elaborate_Declaration_Type;
- -- LRM93 §12.3.1 Elaboration of a declaration
+ -- LRM93 12.3.1 Elaboration of a declaration
procedure Elaborate_Declaration (Instance : Block_Instance_Acc; Decl : Iir)
is
Expr_Mark : Mark_Type;
@@ -2790,7 +2790,7 @@ package body Simul.Elaboration is
end loop;
end Finalize_Declarative_Part;
- -- LRM93 §12.3 Elaboration of a Declarative Part
+ -- LRM93 12.3 Elaboration of a Declarative Part
procedure Elaborate_Declarative_Part
(Instance : Block_Instance_Acc; Decl_Chain : Iir)
is
diff --git a/src/vhdl/simulate/simul-elaboration.ads b/src/vhdl/simulate/simul-elaboration.ads
index 63fd11157..cc89d7bc0 100644
--- a/src/vhdl/simulate/simul-elaboration.ads
+++ b/src/vhdl/simulate/simul-elaboration.ads
@@ -66,7 +66,7 @@ package Simul.Elaboration is
(Block: Block_Instance_Acc; Decl: Iir; Init : Init_Value_Kind)
return Iir_Value_Literal_Acc;
- -- LRM93 §12.3.1.3 Subtype Declarations
+ -- LRM93 12.3.1.3 Subtype Declarations
-- The elaboration of a subtype indication creates a subtype.
-- Used for allocator.
procedure Elaborate_Subtype_Indication
diff --git a/src/vhdl/simulate/simul-environments.adb b/src/vhdl/simulate/simul-environments.adb
index 5e28441cf..cd8783d6b 100644
--- a/src/vhdl/simulate/simul-environments.adb
+++ b/src/vhdl/simulate/simul-environments.adb
@@ -145,7 +145,7 @@ package body Simul.Environments is
raise Constraint_Error;
end if;
when Iir_Value_Array =>
- -- LRM93 §7.2.2
+ -- LRM93 7.2.2
-- For discrete array types, the relation < (less than) is defined
-- such as the left operand is less than the right operand if
-- and only if:
diff --git a/src/vhdl/simulate/simul-simulation-main.adb b/src/vhdl/simulate/simul-simulation-main.adb
index 956d0f3dc..a221c9e36 100644
--- a/src/vhdl/simulate/simul-simulation-main.adb
+++ b/src/vhdl/simulate/simul-simulation-main.adb
@@ -316,7 +316,7 @@ package body Simul.Simulation.Main is
raise Internal_Error;
end case;
- -- LRM93 §12.4.4 Other Concurrent Statements
+ -- LRM93 12.4.4 Other Concurrent Statements
-- All other concurrent statements are either process
-- statements or are statements for which there is an
-- equivalent process statement.
@@ -820,7 +820,7 @@ package body Simul.Simulation.Main is
else
Src := Formal_Expr;
end if;
- -- LRM93 §12.6.2
+ -- LRM93 12.6.2
-- A signal is said to be active [...] if one of its source
-- is active.
Connect (Local_Expr, Src, Connect_Source);