summaryrefslogtreecommitdiffstats
path: root/examples/Scientific.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Scientific.vhd')
-rw-r--r--examples/Scientific.vhd4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Scientific.vhd b/examples/Scientific.vhd
index d71e55d..3d6655a 100644
--- a/examples/Scientific.vhd
+++ b/examples/Scientific.vhd
@@ -5,7 +5,9 @@ entity Scientific is
generic (
exp1: integer := 25e6;
exp2: integer := 25E6;
- exp3: real := 25.0e6
+ exp3: real := 25.0e6;
+ exp4: real := 50.0e+3;
+ exp5: real := 50.0e-3
);
port(
clk : in std_logic
OpenPOWER on IntegriCloud