aboutsummaryrefslogtreecommitdiff
blob: 30fd57801970b48ac0b01bd3369a1b5553df8541 (plain)
1
2
3
4
5
6
7
! DUMMY module
! Added for testing purposes. The contents of this file are currently not relevant.
module ieee_arithmetic
type::ieee_round_type
integer(1),private::mode=0_1
end type
end