FixitFast
Junior Member level 2
- Joined
- Feb 6, 2013
- Messages
- 20
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,462
Please consider the following condition (Language is VHDL)
Now in Xilinx, virtex-6 what is the general gate delay for AND/OR NOT etc. ( or any general Xilinx FPGA)
It is because I am not an expert programmer and hence my logic includes this type of IFs, hence I need to know the timing since I have timing requirement for my design.
I look at virtex-6 data sheet but could not find the answer
Waiting for answer.
if(data_nbr < total_data and data_fetch = "01" and (write_dpath = '1' or wr_start = '1') ) then --and ddr_tx_cmplte = not_complete
Now in Xilinx, virtex-6 what is the general gate delay for AND/OR NOT etc. ( or any general Xilinx FPGA)
It is because I am not an expert programmer and hence my logic includes this type of IFs, hence I need to know the timing since I have timing requirement for my design.
I look at virtex-6 data sheet but could not find the answer
Waiting for answer.