summaryrefslogtreecommitdiffstats
path: root/translated_examples/Scientific.v
blob: 9f725abc3a2e4db20ac7fa47f364d8002b724ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

module Scientific(
input wire clk
);

parameter [31:0] exp1=25e6;
parameter [31:0] exp2=25E6;
parameter exp3=25.0e6;
parameter exp4=50.0e+3;
parameter exp5=50.0e-3;




endmodule
OpenPOWER on IntegriCloud