What does the PINNAME to PINNAME data path in Xilinx ISE synthesis timing report mean?

前端 未结 0 1960
深忆病人
深忆病人 2021-02-04 05:33

I\'ve written a simple DFF with the following VHDL code:

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

entity DFF is
    port (d: in  STD_LOGIC;
          q: out  S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题