hareeshP
Member level 3
- Joined
- Jul 19, 2017
- Messages
- 59
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 8
- Activity points
- 491
hi,
below is the verilog code
can we define the above in vhdl like this??
below is the verilog code
Code Verilog - [expand] 1 parameter RST_hold_time = 32'd16384 ;
can we define the above in vhdl like this??
Code VHDL - [expand] 1 constant RST_hold_time : real := 16384