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

module Scientific(
input wire clk
);

parameter [31:0] exp1=25e6;
parameter [31:0] exp2=25E6;
parameter exp3=25.0e6;




endmodule
OpenPOWER on IntegriCloud